Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Wed, 31 Jul 2002 23:25:10 -0700 From: Keith Thompson To: cygwin AT cygwin DOT com Cc: Keith Thompson Subject: /etc/profile.d/00xfree.csh vs. grep Message-ID: <20020731232510.A66175@king.cts.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i The script /etc/profile.d/00xfree.csh includes the following line: eval "echo ${PATH} | grep -q ${X11PATH}" This is executed before $PATH has been set, resulting in an error message: grep: Command not found. The fix is simple: change "grep" to "/bin/grep". (00xfree.sh uses "/bin/grep".) -- Keith Thompson (The_Other_Keith) kst AT cts DOT com San Diego Supercomputer Center <*> Schroedinger does Shakespeare: "To be *and* not to be" -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/