lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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