Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@sources.redhat.com Delivered-To: mailing list cygwin@sources.redhat.com Message-ID: From: "Schaible, Joerg" To: soren@wonderstorm.com, cygwin@cygwin.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