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 <caglar@pardus.org.tr> http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a teepee. No Windows, no Gates and an Apache in house! - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
This archive was generated by hypermail 2.1.8 : 2006-06-26 00:34:28 EST