[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <trinity-93871e91-5a63-4aac-9026-bb2f97d8f384-1465989619464@3capp-webde-bap45>
Date: Wed, 15 Jun 2016 13:20:19 +0200
From: "SF Markus Elfring" <elfring@...rs.sourceforge.net>
To: "Luis R. Rodriguez" <mcgrof@...nel.org>
Cc: Gilles.Muller@...6.fr, nicolas.palix@...g.fr, mmarek@...e.com,
linux-kernel@...r.kernel.org, cocci@...teme.lip6.fr
Subject: Aw: [Cocci] [PATCH v3 4/6] coccicheck: add indexing enhancement
options
> +DIR=$(dirname $(readlink -f $0))
> +DIR="${DIR}/../"
How do you think about to merge these variable assignments also into one?
+DIR="$(dirname $(readlink -f $0))/../"
Regards,
Markus
Powered by blists - more mailing lists