summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2015-11-04 18:09:59 -0800
committerTodd Gamblin <tgamblin@llnl.gov>2015-11-12 15:16:06 -0800
commit55662eca696352b5bbe2a0c31868b6ebb33e1c99 (patch)
treeaff710de7b2017e7ee71b8c7a8fcc630b63e124e /bin
parent6dff42be0973c5949d836eab51cfdffb0eda0a69 (diff)
parent1c4ef2996219a00e774baafa558880c83ae3d859 (diff)
downloadspack-55662eca696352b5bbe2a0c31868b6ebb33e1c99.tar.gz
spack-55662eca696352b5bbe2a0c31868b6ebb33e1c99.tar.bz2
spack-55662eca696352b5bbe2a0c31868b6ebb33e1c99.tar.xz
spack-55662eca696352b5bbe2a0c31868b6ebb33e1c99.zip
Merge branch 'develop' into mplegendre-multi_pkgsrc_roots
Conflicts: lib/spack/spack/__init__.py lib/spack/spack/directives.py lib/spack/spack/packages.py
Diffstat (limited to 'bin')
-rwxr-xr-xbin/spack2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/spack b/bin/spack
index baf08d1481..efa1ccc281 100755
--- a/bin/spack
+++ b/bin/spack
@@ -118,7 +118,7 @@ def main():
# If the user asked for it, don't check ssl certs.
if args.insecure:
- tty.warn("You asked for --insecure, which does not check SSL certificates or checksums.")
+ tty.warn("You asked for --insecure, which does not check SSL certificates.")
spack.curl.add_default_arg('-k')
# Try to load the particular command asked for and run it