Bug #1: defconfig defaults to ash, but I thought hush was the future bash 
replacement, recipient of future development work, and ash was a dead end.

Bug #2: if you "exec" a program, ash doesn't rewrite argv[0] to have the new 
executable name, but keeps the name of the previous shell.

This is an issue when I try to do a gawk wrapper like so:

  #!/bin/sh

  exec /bin/awk "$@"

The result is:

  busybox: gawk: applet not found.

Rob
-- 
GPLv3: as worthy a successor as The Phantom Menace, as timely as Duke Nukem 
Forever, and as welcome as New Coke.
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to