s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit 94f40f99dae11591cb6444098e006e49cbccd0d9
parent fd346991f22bf95012d52ef5f6706ff41c43e762
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Fri,  2 Jan 2015 22:46:49 +0000

 Fix configure --help: no support for VAR=VALUE

Diffstat:
Mconfigure | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/configure b/configure @@ -4,10 +4,7 @@ usage () { cat <<EOF -Usage: $0 [OPTION]... [VAR=VALUE]... [TARGET] - -To assign environment variables (e.g., CC, CFLAGS...), specify them as -VAR=VALUE. See below for descriptions of some of the useful variables. +Usage: $0 [OPTION]... [TARGET] Defaults for the options are specified in brackets.