[BusyBox] ash subshell

Glenn McGrath bug1 at optushome.com.au
Sun Dec 8 04:24:04 UTC 2002


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



More information about the busybox mailing list