I have a trivial script to set and env var and export it .
DELAY=16
cat /usr/local/bin/cron_delay.sh
#!/bin/sh
# work around challenged crontabs
# set env var for cronjob
export DELAY=15
/usr/local/bin/cron_delay.sh
echo $DELAY
16
/bin/sh
BusyBox v1.17.0.git (2010-05-27 20:35:42 CEST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
Why does export not work ?
TIA.
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox