[BusyBox] export problem in rcS

jerome jlamotte at odixion.com
Wed Feb 18 10:31:48 UTC 2004


Hello all,

using bb 1.0.0 pre7 with kernel 2.4.20

I've tried to set and export a PATH from rcS after boot but env is not 
updated.
export works fine from the command line after boot, but not when it's 
included in any startup script.
it's the same with alias.

rcS:
#!/bin/sh

alias ll='ls -l'

LD_LIBRARY_PATH = "/tmp/usr/lib"
export LD_LIBRARY_PATH

any ideas ?






More information about the busybox mailing list