diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2014-11-08 22:30:46 -0800 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2014-11-08 22:30:46 -0800 |
commit | 79414947aef73ca48b9b2810c68cac34472efc37 (patch) | |
tree | 2240e280f126509d26b61a26292c3eaf3d88be34 /bin | |
parent | 9033ae646006bf6c4c1e482c024af9217fcdea99 (diff) | |
parent | 0d044cdc1b70f9e522b61b7b5cb8f03d188a686b (diff) | |
download | spack-79414947aef73ca48b9b2810c68cac34472efc37.tar.gz spack-79414947aef73ca48b9b2810c68cac34472efc37.tar.bz2 spack-79414947aef73ca48b9b2810c68cac34472efc37.tar.xz spack-79414947aef73ca48b9b2810c68cac34472efc37.zip |
Merge branch 'features/gcc' into develop
Conflicts:
lib/spack/spack/package.py
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/spack | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -113,4 +113,5 @@ except SpackError, e: tty.die(e.message) except KeyboardInterrupt: + sys.stderr.write('\n') tty.die("Keyboard interrupt.") |