SVN: rc-scripts/branches/busybox/TODO

baggins baggins at pld-linux.org
Wed Mar 25 00:13:07 CET 2009


Author: baggins
Date: Wed Mar 25 00:13:06 2009
New Revision: 10249

Modified:
   rc-scripts/branches/busybox/TODO
Log:
- [[ expr ]] is b0rken, and I have no time now to hack it :(


Modified: rc-scripts/branches/busybox/TODO
==============================================================================
--- rc-scripts/branches/busybox/TODO	(original)
+++ rc-scripts/branches/busybox/TODO	Wed Mar 25 00:13:06 2009
@@ -1,5 +1,12 @@
 $Id$
 
+Busybox:
+- [[ expr ]] looks b0rken, according to comments in bb ash code
+	[[ /bin/m* = "/bin/m*" ]]; echo $?
+  should produce "0", but instead gives:
+  sh: /bin/mawk: unknown operand
+  2
+
 Important:
 - don't set any flags automatically; always follow user
   suggestion (multicast, arp)


More information about the pld-cvs-commit mailing list