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.
This commit is contained in:
Matthew Bauer 2019-02-08 20:49:42 -05:00
parent ae1e940cc0
commit 5fad67d361

View file

@ -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