diff options
Diffstat (limited to 'lib/spack/env/cc')
-rwxr-xr-x | lib/spack/env/cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/env/cc b/lib/spack/env/cc index a573b2e237..b603c3bc32 100755 --- a/lib/spack/env/cc +++ b/lib/spack/env/cc @@ -128,7 +128,7 @@ fi # ld link # ccld compile & link -command=$(basename "$0") +command="${0##*/}" comp="CC" case "$command" in cpp) |