[Buildroot] svn commit: trunk/buildroot/package/olsr

aldot at uclibc.org aldot at uclibc.org
Wed Sep 19 21:31:33 UTC 2007


Author: aldot
Date: 2007-09-19 14:31:32 -0700 (Wed, 19 Sep 2007)
New Revision: 19902

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


Modified:
   trunk/buildroot/package/olsr/S50olsr


Changeset:
Modified: trunk/buildroot/package/olsr/S50olsr
===================================================================
--- trunk/buildroot/package/olsr/S50olsr	2007-09-19 21:27:49 UTC (rev 19901)
+++ trunk/buildroot/package/olsr/S50olsr	2007-09-19 21:31:32 UTC (rev 19902)
@@ -13,7 +13,7 @@
 	killall olsrd
 	;;
   *)
-	echo $"Usage: $0 {start|stop}"
+	echo "Usage: $0 {start|stop}"
 	exit 1
 esac
 




More information about the buildroot mailing list