From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.238]) by ozlabs.org (Postfix) with ESMTP id 45E1CDDE27 for ; Wed, 17 Oct 2007 09:08:15 +1000 (EST) Received: by nz-out-0506.google.com with SMTP id i1so1386819nzh for ; Tue, 16 Oct 2007 16:08:14 -0700 (PDT) Message-ID: Date: Tue, 16 Oct 2007 17:08:09 -0600 From: "Grant Likely" Sender: glikely@secretlab.ca To: "Andreas Schwab" Subject: Re: [PATCH 1/2] bootwrapper: Allow wrapper script to execute verbosely In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 References: <20071016213101.14117.43657.stgit@trillian.cg.shawcable.net> Cc: linuxppc-dev@ozlabs.org, paulus@samba.org, David Gibson List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 10/16/07, Andreas Schwab wrote: > Grant Likely writes: > > > +# Allow for verbose output > > +if [ "$V" == "1" ]; then > > The correct syntax is [ a = b ] (and the quotes around 1 are not needed, > btw.). heh; I guess I'm not much of a shell programmer. :-) I'll respin this patch. g. -- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd. grant.likely@secretlab.ca (403) 399-0195