lists.zerezo.com
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bash-3.00.16(+) was: Re: [Mingw-msys] tar and symlinks
- Date: Tue, 8 Apr 2008 22:51:25 +0400
- From: basinilya@xxxxxxxxx
- Subject: ***BOGO*** [Mingw-msys] for i in ; do echo $i; done
command:
for i in ; do echo $i; done
works on linux and error on msys. it can be found in some makefiles
when a variable with a set is empty:
#Makefile
all-run:
@for d in $(PHP_EXT_LIST); do \
if [ -d $$d ]; then \
export UNSAFE; \
echo "making extension $$d ..."; \
(cd $$d && $(MAKE) all-run); \
fi \
done
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Register now and save $200. Hurry, offer ends at 11:59 p.m.,
Monday, April 7! Use priority code J8TLD2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mingw-msys mailing list
Mingw-msys@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/mingw-msys