s6

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

commit b189876a10023325d28bc439b956ff83dbe51845
parent c043c47247dd6cb19e53ca44754b00f9db8ea2d9
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Tue, 27 Sep 2016 13:22:33 +0000

 configure: allow $CC to have several words

Diffstat:
Mconfigure | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure @@ -78,7 +78,7 @@ cmdexists () { } trycc () { - test -z "$CC_AUTO" && cmdexists "$1" && CC_AUTO=$1 + test -z "$CC_AUTO" && cmdexists "$1" && CC_AUTO="$*" } stripdir () {