summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-02-08 20:49:42 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2019-04-20 23:17:04 -0400
commit5fad67d3614a84118068e8657e894cc913e2325f (patch)
treebf5dd2cba8b08a39983a3913d5acdfd252197901 /pkgs
parentae1e940cc0c4767adba1ea8f4a25bda569be26c5 (diff)
downloadnixpkgs-5fad67d3614a84118068e8657e894cc913e2325f.tar
nixpkgs-5fad67d3614a84118068e8657e894cc913e2325f.tar.gz
nixpkgs-5fad67d3614a84118068e8657e894cc913e2325f.tar.bz2
nixpkgs-5fad67d3614a84118068e8657e894cc913e2325f.tar.lz
nixpkgs-5fad67d3614a84118068e8657e894cc913e2325f.tar.xz
nixpkgs-5fad67d3614a84118068e8657e894cc913e2325f.tar.zst
nixpkgs-5fad67d3614a84118068e8657e894cc913e2325f.zip
utils.bash: allow response files in bootstrapping
llvm uses response files in bootstrapping. It’s okay for them to
happen even though we don’t use expandResponseParams here right now.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/build-support/wrapper-common/utils.bash3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/build-support/wrapper-common/utils.bash b/pkgs/build-support/wrapper-common/utils.bash
index 12b596a83e6..4fd57162072 100644
--- a/pkgs/build-support/wrapper-common/utils.bash
+++ b/pkgs/build-support/wrapper-common/utils.bash
@@ -86,9 +86,6 @@ expandResponseParams() {
                 #shellcheck disable=SC2034
                 readarray -d '' params < <("@expandResponseParams@" "$@")
                 return 0
-            else
-                echo "Response files aren't supported during bootstrapping" >&2
-                return 1
             fi
         fi
     done