This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: bash: setenv: command not found


Jeff Lu wrote:
> 
> Hi,
> 
> I couldn't find setenv or unsetenv any where in cygwin directory.  Where can
> I get them?
> 

These are a builtin of CSH.  You're using bash.  You need to `export
FOO=bar' and `unset FOO'.

Earnie.

P.S.: `info --file /usr/info/bash' is your friend.

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]