RE: pb with makefile

2002-01-09 Thread "Schaible, Jörg"
Hi David, make is no shell. Make will start for each line a separate task. Regards, Jörg -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.

pb with makefile

2002-01-09 Thread David D asi
Hi all, I have no problem with the script for REP in `find -type d -name include` ; do sed "s/easyphp/easyphp14/g" < $REP/common.inc.php > $REP/commonlucas.inc.php sed "s/\/tata\//\/tata-conseil\//g" < $REP/commonlucas.inc.php > $REP/common.inc.php rm -f $REP/commonlucas.inc.php done when I p