- i suppose that '$' is not really needed..

This commit is contained in:
Bernhard Reutner-Fischer 2007-09-19 21:31:32 +00:00
parent 4d5a30be34
commit d570c72361
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ case "$1" in
killall olsrd
;;
*)
echo $"Usage: $0 {start|stop}"
echo "Usage: $0 {start|stop}"
exit 1
esac