From: Michael J Gruber <git@drmicha.warpmail.net>
To: Git Mailing List <git@vger.kernel.org>
Subject: POSIX woes in t7810.87: dash bash or bash dash?
Date: Mon, 20 Jun 2011 11:58:28 +0200 [thread overview]
Message-ID: <4DFF19C4.5070003@drmicha.warpmail.net> (raw)
GNU bash, Version 4.2.10(1)-release (x86_64-redhat-linux-gnu):
echo "a\"b\n\"c"
a"b\n"c
dash-0.5.6:
echo "a\"b\n\"c"
a"b
"c
t7810.87 breaks with dash because of this. Escaping the \n does not make
the test work with both either. So I'd like to know which one's right
and (independently) how to make it work for both...
Cheers,
Michael
next reply other threads:[~2011-06-20 9:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-20 9:58 Michael J Gruber [this message]
2011-06-20 11:04 ` POSIX woes in t7810.87: dash bash or bash dash? Jonathan Nieder
2011-06-20 17:13 ` Jeff King
2011-06-20 21:46 ` Junio C Hamano
2011-06-20 23:24 ` Jeff King
2011-06-20 23:31 ` Junio C Hamano
2011-06-21 0:21 ` Jeff King
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=4DFF19C4.5070003@drmicha.warpmail.net \
--to=git@drmicha.warpmail.net \
--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).