{bintools,cc}-wrapper: Factor out role accumulation logic

This commit is contained in:
John Ericson
2018-05-07 15:10:45 -04:00
parent 2110c0bd30
commit 8b0fce8cb1
7 changed files with 23 additions and 28 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ if [[ -n "@coreutils_bin@" && -n "@gnugrep_bin@" ]]; then
PATH="@coreutils_bin@/bin:@gnugrep_bin@/bin"
fi
source @out@/nix-support/utils.sh
source @out@/nix-support/utils.bash
# Flirting with a layer violation here.
if [ -z "${NIX_BINTOOLS_WRAPPER_@infixSalt@_FLAGS_SET:-}" ]; then