diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-27 13:22:55 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-27 13:22:55 +0000 |
commit | 697eaf05dc9ed8c6a10be7f404078c4c60ddf108 (patch) | |
tree | 7c8638fdabd4c1ce3fd373c45b524816b924a859 | |
parent | f8376cc71e516c4741d7bc7268226994c3c18ae0 (diff) | |
download | s6-rc-697eaf05dc9ed8c6a10be7f404078c4c60ddf108.tar.xz |
configure: allow $CC to have several words
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ cmdexists () { } trycc () { - test -z "$CC_AUTO" && cmdexists "$1" && CC_AUTO=$1 + test -z "$CC_AUTO" && cmdexists "$1" && CC_AUTO="$*" } stripdir () { |