[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <eb07efb3-4d46-00a9-a94f-f0c658f316c5@users.sourceforge.net>
Date: Sat, 11 Jun 2016 19:09:21 +0200
From: SF Markus Elfring <elfring@...rs.sourceforge.net>
To: "Luis R. Rodriguez" <mcgrof@...nel.org>
Cc: cocci@...teme.lip6.fr, linux-kernel@...r.kernel.org,
Gilles Muller <Gilles.Muller@...6.fr>,
Nicolas Palix <nicolas.palix@...g.fr>,
Michal Marek <mmarek@...e.com>
Subject: Re: [Cocci] [PATCH 3/4] scripts: add glimpse.sh for indexing the
kernel
> Glimpse is a tool you can use to index the kernel. The tool
> was recently open sourced under the ISC license and can be
> obtained at:
How do you think about to mention the script addition also directly in
the commit message?
> @@ -0,0 +1,12 @@
> +#!/bin/bash
> +
> +DIR=$(dirname $(readlink -f $0))
> +DIR="${DIR}/../"
Would you like to use the following variable assignment (instead of two
before)?
+DIR="$(dirname $(readlink -f $0))/../"
By the way: How are the chances to achieve further software improvements?
https://github.com/gvelez17/glimpse/issues
Regards,
Markus
Powered by blists - more mailing lists