From: Andreas Schwab <schwab@suse.de>
To: Grant Likely <grant.likely@secretlab.ca>
Cc: linuxppc-dev@ozlabs.org, paulus@samba.org,
David Gibson <david@gibson.dropbear.id.au>
Subject: Re: [PATCH 1/2] bootwrapper: Allow wrapper script to execute verbosely
Date: Wed, 17 Oct 2007 00:29:36 +0200 [thread overview]
Message-ID: <jeejfuae27.fsf@sykes.suse.de> (raw)
In-Reply-To: <20071016213101.14117.43657.stgit@trillian.cg.shawcable.net> (Grant Likely's message of "Tue\, 16 Oct 2007 15\:31\:01 -0600")
Grant Likely <grant.likely@secretlab.ca> writes:
> +# Allow for verbose output
> +if [ "$V" == "1" ]; then
The correct syntax is [ a = b ] (and the quotes around 1 are not needed,
btw.).
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
next prev parent reply other threads:[~2007-10-16 22:29 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-16 21:31 [PATCH 1/2] bootwrapper: Allow wrapper script to execute verbosely Grant Likely
2007-10-16 21:31 ` [PATCH 2/2] bootwrapper: Bail from script if any command fails Grant Likely
2007-10-17 0:33 ` David Gibson
2007-10-17 2:10 ` Grant Likely
2007-10-18 20:19 ` Grant Likely
2007-10-16 22:29 ` Andreas Schwab [this message]
2007-10-16 23:08 ` [PATCH 1/2] bootwrapper: Allow wrapper script to execute verbosely Grant Likely
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=jeejfuae27.fsf@sykes.suse.de \
--to=schwab@suse.de \
--cc=david@gibson.dropbear.id.au \
--cc=grant.likely@secretlab.ca \
--cc=linuxppc-dev@ozlabs.org \
--cc=paulus@samba.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 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.