From: Jakub Narebski <jnareb@gmail.com>
To: git@vger.kernel.org
Subject: Re: [PATCH] Remove bashism from t3210-pack-refs.sh
Date: Fri, 06 Oct 2006 17:05:04 +0200 [thread overview]
Message-ID: <eg5r9k$58c$1@sea.gmane.org> (raw)
In-Reply-To: 81b0412b0610060635n51482e71wab02f9a11be4e619@mail.gmail.com
Alex Riesen wrote:
> On 10/6/06, Dennis Stosberg <dennis@stosberg.net> wrote:
>> - SHA1=$(< .git/refs/heads/a) &&
>> + SHA1=`cat .git/refs/heads/a` &&
>
> Only "<" (the redirection part) is bashism. The "$()" is POSIX.
BTW. it is not packed-refs safe.
--
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git
next prev parent reply other threads:[~2006-10-06 15:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-06 9:10 [PATCH] Remove bashism from t3210-pack-refs.sh Dennis Stosberg
2006-10-06 13:35 ` Alex Riesen
2006-10-06 15:05 ` Jakub Narebski [this message]
2006-10-06 16:33 ` Linus Torvalds
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='eg5r9k$58c$1@sea.gmane.org' \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).