bash 4.3 cross compile with default configure has broken [ in subshell

2015-03-27 Thread Barry Davis
] ;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

2008-11-25 Thread Barry Davis
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.