Fix indentation compiler wrapper issue (#22352)

This commit is contained in:
Harmen Stoppels 2021-03-17 19:45:10 +01:00 committed by GitHub
parent d934363ae5
commit e57053bd32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
lib/spack/env/cc vendored
View File

@ -284,7 +284,7 @@ while [ -n "$1" ]; do
case "$1" in
-isystem*)
arg="${1#-isystem}"
isystem_was_used=true
isystem_was_used=true
if [ -z "$arg" ]; then shift; arg="$1"; fi
if system_dir "$arg"; then
isystem_system_includes+=("$arg")