> I am using ash as a shall in my busybox rootfile system. > I wanted to set some environmental variables in .bashrc but it is not > taken into account when logging with telnet.
As the name suggests, .bashrc belongs to bash, not ash. You want to try .profile in your home directory. -- Alexander Kriegisch _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
