| delorie.com/archives/browse.cgi | search |
| Message-Id: | <199703032316.IAA05138@mail.st.rim.or.jp> |
| From: | "Daisuke Aoyama" <jack AT st DOT rim DOT or DOT jp> |
| To: | "Eli Zaretskii" <eliz AT is DOT elta DOT co DOT il> |
| Cc: | "Andy Eskilsson" <x-aes AT telelogic DOT se>, |
| "DJGPP WORKERS" <djgpp-workers AT delorie DOT com> | |
| Subject: | RE: basht6.zip has been uploaded |
| Date: | Tue, 4 Mar 1997 07:32:08 +0900 |
| MIME-Version: | 1.0 |
> 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |