Message-Id: <199703032316.IAA05138@mail.st.rim.or.jp> From: "Daisuke Aoyama" To: "Eli Zaretskii" Cc: "Andy Eskilsson" , "DJGPP WORKERS" Subject: RE: basht6.zip has been uploaded Date: Tue, 4 Mar 1997 07:32:08 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit > Thanks, this works, but not in all cases. For example: > > PATH_EXPAND=y > srcdir=//c/djgpp/bin/bash.exe > echo.exe //c/djgpp/bin/bash.exe -> c:/djgpp/bin/bash.exe > echo.exe $srcdir -> //c/djgpp/bin/bash.exe > > Is the latter case too much to ask? And following case cannot be expanded same as. echo.exe `echo /bin` The bash didn't look ahead any substitutions. The reason is I assume that arguments are written by hand when first making. It will be fixed. Daisuke Aoyama jack AT st DOT rim DOT or DOT jp