Re: Unable to set env vars.
"Taylor, ForrestX" <[email protected]> Mon, 17 Mar 2003 15:08:23 -0800
| Newsgroups | gmane.linux.redhat.release.seawolf |
|---|---|
| Message-ID | <[email protected]> |
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 --