Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-Id: <199908281846.LAA09206@pacific.net> X-Sender: jbuff AT mail DOT pacific DOT net (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Sat, 28 Aug 1999 11:45:54 -0700 To: cygwin AT sourceware DOT cygnus DOT com From: John Buffington Subject: CYGWIN environment variable setup Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Hi, I'm a cygwin newbie, and so far I'm having good luck setting up my paths, mounts, and bash startup files, but I'm puzzled by the following excerpt from the cygwin online documents :quote: The CYGWIN variable is used to configure many global settings for the Cygwin runtime system. Initially you can leave CYGWIN unset or set it to tty using a syntax like this in the DOS shell, before launching bash. C:\Cygnus\> set CYGWIN=tty notitle strace=0x1 :unquote: If I put the above line in my cygnus.bat, I get a syntax error from command.com because of the second equals sign, and the CYGWIN environment variable is not set. If I put "CYGWIN=tty notitle strace=0x1" in my .profile, I end up with an enviroment variable strace=0x1, but no CYGWIN variable. This seems to give bash a seizure. I've searched the archives for info, but all I've come up with is the indication that set CYGWIN=tty is all that's required. Can anyone enlighten me? -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com