Date: Sun, 29 Sep 1996 08:56:42 +0200 (IST) From: Eli Zaretskii To: Daisuke Aoyama Cc: djgpp-workers AT delorie DOT com Subject: Re: bash 1.14.7 is available In-Reply-To: <199609221739.CAA27066@mars.st.rim.or.jp> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII "test -x" seems to not work. In one script that I tested, "if [ -x bin/emacs.exe ]" returned false, while if I replace "-x" with "-f", it returns true. Also, I think that backslashes in important environment variables (e.g. $PATH) should be converted into forward slashes.