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) _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
