[uClibc]popen uses /bin/sh -c

Joseph Chiu josephc at idealab.com
Fri Jul 19 23:02:08 UTC 2002


Hi,
It appears popen calls "/bin/sh -c (command)"; but if one use uclibc with
busybox, then that becomes "ash -c (command)", but ash doesn't accept -c.
What approach might I take to handle this?
Joseph




More information about the uClibc mailing list