|
From: Martin G. <mar...@we...> - 2007-05-14 07:38:01
|
Heiko Zuerker wrote: > I did quite a few tests (even tried busybox 1.4.1 and 1.5.0) and it just > doesn't work. For some reason it doesn't populate the variables with the > device names. If I run the very same commands on the command line (by > adding /bin/sh to linuxrc), they successfully execute. Yep, exactly my observation: The commands work in interactive mode only. Inside a script all backticks and similar ($(bla)) fail. Can there be a problem with file descriptors or something? Martin |