http://bugs.grommit.com/show_bug.cgi?id=559





------- Comment #9 from roland.mainz at nrubsig.org  2008-07-22 03:27 PDT 
-------
I tried the following test oneliner:
-- snip --
$ (for i in /bin/sh /bin/ksh /bin/ksh93 /bin/bash "/bin/bash --posix"
/usr/xpg4/bin/sh; do $i -c 'set -e ; cd /bin ; cd ../lib/firefox 2>/dev/null'
&& echo "$i OK" || echo "$i not OK"; done)
-- snip --
/bin/sh OK
/bin/ksh not OK
/bin/ksh93 not OK
/bin/bash OK
/bin/bash --posix not OK
/usr/xpg4/bin/sh not OK
-- snip --
... it looks that somehow the script blows-up when confronted with a
POSIX-conformant shell... ;-/


-- 
Configure bugmail: http://bugs.grommit.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to