From: Christoph Hellwig <hch@infradead.org>
To: xfs@oss.sgi.com
Subject: [PATCH] xfstests: fix for bash 3.2
Date: Thu, 4 Jun 2009 09:03:10 -0400 [thread overview]
Message-ID: <20090604130310.GA14560@infradead.org> (raw)
Bash 3.2 wants a space before the closing "]" in a test:
Signed-off-by: Christoph Hellwig <hch@lst.de>
Index: xfstests-dev/check
===================================================================
--- xfstests-dev.orig/check 2009-06-04 12:36:21.000000000 +0000
+++ xfstests-dev/check 2009-06-04 12:36:26.000000000 +0000
@@ -160,7 +160,7 @@
EOF
-if [ ! -z "$SCRATCH_DEV"]; then
+if [ ! -z "$SCRATCH_DEV" ]; then
umount $SCRATCH_DEV 2>/dev/null
# call the overridden mkfs - make sure the FS is built
# the same as we'll create it later.
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next reply other threads:[~2009-06-04 13:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-04 13:03 Christoph Hellwig [this message]
2009-06-04 13:33 ` [PATCH] xfstests: fix for bash 3.2 Felix Blyakher
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=20090604130310.GA14560@infradead.org \
--to=hch@infradead.org \
--cc=xfs@oss.sgi.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