On Wed, Oct 17, 2001 at 12:25:24PM +0200, Jean Jordaan wrote:
> patch -p0 < ../Patches/*
Wrong. Shell will expand it as
patch -p0 < ../Patches/Patch1 ../Patches/Patch2
and oops... shell syntax error.
Oleg.
--
Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.