Ive been playing around trying to run a ./configure script under busybox, it hangs which i think is a result if stdin/stdout problems. A tests script that reproduces the problem is as follows if (/bin/sh -c 'echo foo'); then echo bar fi $ ash test.sh foo bar $ ./busybox ash test.sh Im not an expert at shell, im not really sure about the problem. Glenn