From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24657 invoked from network); 11 Feb 1997 01:31:29 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by coral.primenet.com.au with SMTP; 11 Feb 1997 01:31:29 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id UAA24030; Mon, 10 Feb 1997 20:25:49 -0500 (EST) Resent-Date: Mon, 10 Feb 1997 20:25:49 -0500 (EST) Message-Id: <19970210172745.55371@dtthp169.jf.intel.com> Date: Mon, 10 Feb 1997 17:27:45 -0800 From: olsenc@ichips.intel.com (Clint Olsen) To: zsh-workers@math.gatech.edu Subject: Wildcards in path question Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61 Organization: Intel Corporation, Hillsboro, OR X-Disclaimer: Mutt Bites! Resent-Message-ID: <"ua9v6.0.Pt5.Tgy_o"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2895 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Hello: Thanks for your help getting wildcards in my path. I was wondering how I might be able to use them so that they are added to my path iff they existed. We have a very heterogenous environment here and certain directories (like /opt) exist on some of the machines. Otherwise, the non-existence causes the expansion to barf out. I'd rather it fail silently somehow to allow the sourcing of my environment to continue. Thanks, -Clint