瀏覽代碼

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

Bernhard Reutner-Fischer 18 年之前
父節點
當前提交
d570c72361
共有 1 個文件被更改,包括 1 次插入1 次删除
  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