summaryrefslogtreecommitdiffstats
path: root/package/olsr
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-19 21:31:32 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-19 21:31:32 +0000
commitd570c72361b430ed33a34ea0eaa5de0bae4fb103 (patch)
treeded96dd4afa6bb25aa4ac3b47e28e400ef30b7ce /package/olsr
parent4d5a30be34fc5f4dd24dd5584c068145ca99d69f (diff)
downloadbuildroot-novena-d570c72361b430ed33a34ea0eaa5de0bae4fb103.tar.gz
buildroot-novena-d570c72361b430ed33a34ea0eaa5de0bae4fb103.zip
- i suppose that '$' is not really needed..
Diffstat (limited to 'package/olsr')
-rwxr-xr-xpackage/olsr/S50olsr2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/olsr/S50olsr b/package/olsr/S50olsr
index 96b851b56..a8aefd374 100755
--- a/package/olsr/S50olsr
+++ b/package/olsr/S50olsr
@@ -13,7 +13,7 @@ case "$1" in
killall olsrd
;;
*)
- echo $"Usage: $0 {start|stop}"
+ echo "Usage: $0 {start|stop}"
exit 1
esac