View Single Post
Posts: 164 | Thanked: 132 times | Joined on Dec 2007
#22
Originally Posted by fanoush View Post
Sorry to bother again but == is bash-ism that may not work in standard /bin/sh. Looks like recent busybox shells can cope with this but this may not be valid for all versions. Just tried the 1.4.1 in OS2007 and it works but the 1.01 one in OS2006 fails
Code:
[ "x" == "x" ] && echo hi
[: ==: unknown operand
Thanks for the heads up. Replaced == with =.