Browse Source

- i suppose that '$' is not really needed..

Bernhard Reutner-Fischer 18 năm trước cách đây
mục cha
commit
d570c72361
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      package/olsr/S50olsr

+ 1 - 1
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