From: "S.Çağlar Onur" <caglar@pardus.org.tr>
To: "Yakov Lerner" <iler.ml@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: [Patch] trap: exit: invalid signal specification
Date: Sun, 25 Jun 2006 17:33:12 +0300 [thread overview]
Message-ID: <200606251733.16502.caglar@pardus.org.tr> (raw)
In-Reply-To: <f36b08ee0606241311h399c42b0h11638f14d6f54bd5@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 659 bytes --]
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!
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
prev parent reply other threads:[~2006-06-25 14:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-24 1:10 [Patch] trap: exit: invalid signal specification S.Çağlar Onur
2006-06-24 2:50 ` Junio C Hamano
2006-06-24 12:54 ` S.Çağlar Onur
2006-06-24 16:57 ` Matthias Lederhofer
[not found] ` <f36b08ee0606241311h399c42b0h11638f14d6f54bd5@mail.gmail.com>
2006-06-25 14:33 ` S.Çağlar Onur [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200606251733.16502.caglar@pardus.org.tr \
--to=caglar@pardus.org.tr \
--cc=git@vger.kernel.org \
--cc=iler.ml@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.