diff options
author | alalazo <massimiliano.culpo@googlemail.com> | 2016-03-10 14:35:09 +0100 |
---|---|---|
committer | alalazo <massimiliano.culpo@googlemail.com> | 2016-03-10 14:35:09 +0100 |
commit | 78ef0618bc6d60f50edc6bb83b5cb1a5a48ac22b (patch) | |
tree | 54095d6d04b8c5d5f43218cb076203bd8e61e2e5 /lib/spack/env | |
parent | b9fcae8da64ea05ae2403f37ab448732b4f84b13 (diff) | |
download | spack-78ef0618bc6d60f50edc6bb83b5cb1a5a48ac22b.tar.gz spack-78ef0618bc6d60f50edc6bb83b5cb1a5a48ac22b.tar.bz2 spack-78ef0618bc6d60f50edc6bb83b5cb1a5a48ac22b.tar.xz spack-78ef0618bc6d60f50edc6bb83b5cb1a5a48ac22b.zip |
cc : converted indents to spaces
Diffstat (limited to 'lib/spack/env')
-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 2888c28c48..3e429fdf22 100755 --- a/lib/spack/env/cc +++ b/lib/spack/env/cc @@ -119,7 +119,7 @@ if [ -z "$mode" ]; then if [ "$arg" = -v -o "$arg" = -V -o "$arg" = --version -o "$arg" = -dumpversion ]; then mode=vcheck break - fi + fi done fi |