Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: From: "Schaible, Joerg" To: soren AT wonderstorm DOT com, cygwin AT cygwin DOT com Subject: RE: "The PATH problem" Date: Fri, 12 Jan 2001 10:28:33 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain Hi Soren, >Cygwin doesn't allow modification or unset on the PATH variable after >login, so it has to be set right from 'Doze before bash gets fired up, no? Who has told you that? This is simply not true, but it depends on the shell you're using. sh (or ash): PATH=/usr/local/bin:/bin export PATH bash or korn shell (ksh): export PATH=/usr/local/bin:/bin c shell (csh) and derivates (tcsh): set path=(/usr/local/bin /bin) Jorg -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple