summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2021-03-17 19:45:10 +0100
committerGitHub <noreply@github.com>2021-03-17 18:45:10 +0000
commite57053bd32f9b0857dfffe03a7c9782ea6057a8e (patch)
tree93cc07d2ea57f868f15383ea370dff015d7614f8 /lib
parentd934363ae5d1b720e1ab8b09e3a22285941ea580 (diff)
downloadspack-e57053bd32f9b0857dfffe03a7c9782ea6057a8e.tar.gz
spack-e57053bd32f9b0857dfffe03a7c9782ea6057a8e.tar.bz2
spack-e57053bd32f9b0857dfffe03a7c9782ea6057a8e.tar.xz
spack-e57053bd32f9b0857dfffe03a7c9782ea6057a8e.zip
Fix indentation compiler wrapper issue (#22352)
Diffstat (limited to 'lib')
-rwxr-xr-xlib/spack/env/cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/env/cc b/lib/spack/env/cc
index 99e164dbc7..072eda3f1c 100755
--- a/lib/spack/env/cc
+++ b/lib/spack/env/cc
@@ -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")