diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2014-06-24 11:53:44 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2014-06-24 11:53:44 -0700 |
commit | 3c3f272280c530553322142d9d836c91b1b01137 (patch) | |
tree | 2590f8aef1dd14104c921c55ca39e00cf802bc64 /bin | |
parent | b33412e03a57783202cc274c48aa02b787adfbf5 (diff) | |
download | spack-3c3f272280c530553322142d9d836c91b1b01137.tar.gz spack-3c3f272280c530553322142d9d836c91b1b01137.tar.bz2 spack-3c3f272280c530553322142d9d836c91b1b01137.tar.xz spack-3c3f272280c530553322142d9d836c91b1b01137.zip |
spack mirror now checksums fetched archives.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/spack | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,4 +105,4 @@ except SpackError, e: tty.die(e.message) except KeyboardInterrupt: - tty.die("Got a keyboard interrupt from the user.") + tty.die("Keyboard interrupt.") |