Explorar el Código

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

Bernhard Reutner-Fischer hace 18 años
padre
commit
d570c72361
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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