Cumartesi 24 Haziran 2006 23:11 tarihinde şunları yazmıştınız:
But in the commandline you are patching, 'exit' keyword
is not bash signal name,
Pff, you are completely right. I'm currently using git-1.2.6 which has "exit"
signal (git-clone.sh: trap 'err=$?; cd ..; rm -r "$D"; exit $err' exit )
causing that trouble but in git-1.4.0 its converted to 0 (git-clone.sh:
trap 'err=$?; cd ..; rm -r "$D"; exit $err' 0) and i didn't realize until
look again. Sorry for noise :(
--
S.Çağlar Onur [off-list ref]
http://cekirdek.pardus.org.tr/~caglar/
Linux is like living in a teepee. No Windows, no Gates and an Apache in house!