This is the mail archive of the cygwin@sourceware.cygnus.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: stupid 'set' question


In article <365B4FB8.AF218ECF.cygnus.gnu-win32@trc.tellabs.com>,
Ken Laberteaux <klaberte@trc.tellabs.com> wrote:
>I have been told that if I set the TERM environment variable to linux,
>less will work within octave and bash.  So I type from the bash shell
>
>set TERM linux
>
>or alternatively
>
>set TERM=linux
>
>Typing set after that reveals that TERM=dumb
>
>(which is how I feel)
>
>Help!!

Think UNIX.  You don't use `set var=something' in UNIX.
You use either `export VAR=something' or `VAR=something; export VAR'.
-- 
cgf@cygnus.com
http://www.cygnus.com/
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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