Hallo David,

can you post a copy of your script or (better) a short example script
that shows up your trouble? ... sometimes simple issues in shell
programming result in big trouble. So an example script will help to see
if your problem is reproduceable.

> (hd[a-z])               root:users      660     @env >> /tmp/parent

If this shows up the correct environment, than this should do also:

(hd[a-z])        root:users  660  @/your/script

#!/bin/sh
{ echo "in $0:"
   env
} >>/tmp/parent2


--
Harald
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to