Explorar o código

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

Bernhard Reutner-Fischer %!s(int64=18) %!d(string=hai) anos
pai
achega
d570c72361
Modificáronse 1 ficheiros con 1 adicións e 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