summaryrefslogtreecommitdiffstats
path: root/package/stunnel/S50stunnel
diff options
context:
space:
mode:
authorLuca Ceresoli2012-03-15 22:08:09 +0100
committerPeter Korsgaard2012-03-15 22:11:25 +0100
commit1a994d58afcd401afd1581035f98adede78bcdd1 (patch)
tree8533bd318802fd57ee6878707cf587f4a08eb447 /package/stunnel/S50stunnel
parentsquashfs3: fix build with uClibc (diff)
downloadbuildroot-1a994d58afcd401afd1581035f98adede78bcdd1.tar.gz
buildroot-1a994d58afcd401afd1581035f98adede78bcdd1.tar.xz
buildroot-1a994d58afcd401afd1581035f98adede78bcdd1.zip
Remove stray $ character from a bunch of init scripts
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/stunnel/S50stunnel')
-rw-r--r--package/stunnel/S50stunnel2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/stunnel/S50stunnel b/package/stunnel/S50stunnel
index 5033e9637..95bb30187 100644
--- a/package/stunnel/S50stunnel
+++ b/package/stunnel/S50stunnel
@@ -29,7 +29,7 @@ case "$1" in
restart
;;
*)
- echo $"Usage: $0 {start|stop|restart}"
+ echo "Usage: $0 {start|stop|restart}"
exit 1
esac