On 6/4/06, Linden <[EMAIL PROTECTED]> wrote:
I've manually exported the PS1 variable. Why doesn't my PS1 variable get inherited when running the script? I thought all child processes inherit their parents environment variables ? (PATH is properly inherited)
Some variables are ignored when bash is a non-interactive shell. `man bash' and look at the heading called INVOCATION. It explains it right there. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
