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