- i suppose that '$' is not really needed..
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 19 Sep 2007 21:31:32 +0000 (21:31 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 19 Sep 2007 21:31:32 +0000 (21:31 -0000)
package/olsr/S50olsr

index 96b851b56efaabb43fda016800535af22276ba9f..a8aefd37450142bf6ad7fc3490eb3386949f491c 100755 (executable)
@@ -13,7 +13,7 @@ case "$1" in
        killall olsrd
        ;;
   *)
-       echo $"Usage: $0 {start|stop}"
+       echo "Usage: $0 {start|stop}"
        exit 1
 esac