From: Bernhard Reutner-Fischer Date: Wed, 19 Sep 2007 21:31:32 +0000 (-0000) Subject: - i suppose that '$' is not really needed.. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d570c72361b430ed33a34ea0eaa5de0bae4fb103;p=buildroot.git - i suppose that '$' is not really needed.. --- diff --git a/package/olsr/S50olsr b/package/olsr/S50olsr index 96b851b56e..a8aefd3745 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