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>
This commit is contained in:
Luca Ceresoli
2012-03-15 22:08:09 +01:00
committed by Peter Korsgaard
parent b23df14888
commit 1a994d58af
12 changed files with 14 additions and 14 deletions

View File

@@ -25,6 +25,6 @@ case "$1" in
start
;;
*)
echo $"Usage: $0 {start|stop|restart}"
echo "Usage: $0 {start|stop|restart}"
exit 1
esac