[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090823160656.GB12070@hack>
Date: Mon, 24 Aug 2009 00:06:56 +0800
From: Américo Wang <xiyou.wangcong@...il.com>
To: Matthias Urlichs <matthias@...ichs.de>
Cc: Jiri Slaby <jirislaby@...il.com>,
Amerigo Wang <xiyou.wangcong@...il.com>,
"Luis R. Rodriguez" <lrodriguez@...eros.com>,
Nicolas Palix <npalix@...u.dk>, linux-kernel@...r.kernel.org,
Yoann Padioleau <yoann.padioleau@...il.com>,
Julia Lawall <julia@...u.dk>, Joe Perches <joe@...ches.com>,
devel@...uxdriverproject.org, akpm@...ux-foundation.org
Subject: Re: [PATCH v2] scripts: add typdef removal tool
On Sun, Aug 23, 2009 at 03:09:10PM +0200, Matthias Urlichs wrote:
>On Fri, 2009-08-21 at 10:48 +0200, Jiri Slaby wrote:
>> >> +if [[ $# -lt 3 ]]; then
>>
>> Could that be [ ] instead of [[ ]]?
>>
>Yes. In fact, it should be, as [[ ]] is a bashism.
Also that the classic test command is enough here,
no need to bother conditional expression.
--
Live like a child, think like the god.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists