Unable to set env vars. 2003-03-17 - By Taylor, ForrestX
Back Joel Massey wrote: > AHA... I was using the 'set' command ie: set DUMMY="Sam".... Thanks
set is for csh and tcsh, e.g., `set DUMMY Sam`. Use export for bash as Aaron pointed out.
Forrest --
|
|