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
[ "x" == "x" ] && echo hi [: ==: unknown operand