Sfoglia il codice sorgente

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

Bernhard Reutner-Fischer 18 anni fa
parent
commit
d570c72361
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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