bash 4.3 cross compile with default configure has broken [ in subshell
] ;echo $? 1 # [ -z 3 ] ;echo $? 1 It works correctly when using the config.cache settings detailed here: http://clfs.org/view/git/ppc64/temp-system/bash.html Best regards Barry Davis
SEGV
bash# echo $BASH_VERSION 2.05b.0(1)-release bash# fn() { local x; unset x; echo [EMAIL PROTECTED] ; echo [EMAIL PROTECTED]; } bash# fn 1 ran in a script you get a SEGV ran interactively it hangs.