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 sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <20000327182429.29819.qmail@web111.yahoomail.com> Date: Mon, 27 Mar 2000 10:24:29 -0800 (PST) From: Earnie Boyd Reply-To: earnie_boyd AT yahoo DOT com Subject: [FYI] Possible bash bug. To: cygwin users MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii This isn't Cygwin specific; but covers all cases of bash. mkdir /foo case "/foo" in [/\\]*) echo 1;; esac case "/foo" in [\\/]*) echo 2;; esac The first test case fails to find the directory /foo. The second test case finds /foo and echos 2. Regards, ===== --- Earnie Boyd: __Cygwin: POSIX on Windows__ Cygwin Newbies: __Minimalist GNU for Windows__ Mingw32 List: Mingw Home: __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com