From: "Uwe Kleine-König" <ukleinek@informatik.uni-freiburg.de>
To: Arjen Laarhoven <arjen@yaph.org>
Cc: Junio C Hamano <gitster@pobox.com>,
Git Mailing List <git@vger.kernel.org>
Subject: Re: [PATCH] t1301-shared-repo.sh: fix 'stat' portability issue
Date: Fri, 17 Aug 2007 14:48:28 +0200 [thread overview]
Message-ID: <20070817124828.GB11107@informatik.uni-freiburg.de> (raw)
In-Reply-To: <20070816220217.GH25161@regex.yaph.org>
Hello,
> + actual="$(ls -l .git/info/refs)" &&
> + case "$actual" in
> + -r--r--r--*)
> + : happy
> + ;;
> + *)
> + echo Oops, .git/info/refs is not 0444
> + false
> + ;;
> + esac
Don't know if this matters here, but a while ago I learnd that if I
really need to parse output of ls -l, then I should set LANG=C and
LC_ALL=C. I didn't see any breakage when LS_COLORS is set, but maybe
you want to reset that, too?
Best regards
Uwe
--
Uwe Kleine-König
http://www.google.com/search?q=2004+in+roman+numerals
next prev parent reply other threads:[~2007-08-17 12:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-16 15:21 [PATCH] t1301-shared-repo.sh: fix 'stat' portability issue Arjen Laarhoven
2007-08-16 19:09 ` Junio C Hamano
2007-08-16 22:02 ` Arjen Laarhoven
2007-08-17 12:48 ` Uwe Kleine-König [this message]
2007-08-17 23:37 ` Junio C Hamano
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=20070817124828.GB11107@informatik.uni-freiburg.de \
--to=ukleinek@informatik.uni-freiburg.de \
--cc=arjen@yaph.org \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.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 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).