diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-19 21:31:32 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-19 21:31:32 +0000 |
commit | d570c72361b430ed33a34ea0eaa5de0bae4fb103 (patch) | |
tree | ded96dd4afa6bb25aa4ac3b47e28e400ef30b7ce /package/olsr/S50olsr | |
parent | 4d5a30be34fc5f4dd24dd5584c068145ca99d69f (diff) |
- i suppose that '$' is not really needed..
Diffstat (limited to 'package/olsr/S50olsr')
-rwxr-xr-x | package/olsr/S50olsr | 2 |
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 |