diff options
author | Gregory L. Lee <lee218@llnl.gov> | 2014-03-13 16:11:51 -0700 |
---|---|---|
committer | Gregory L. Lee <lee218@llnl.gov> | 2014-03-14 08:42:08 -0700 |
commit | 37d30f488694f265d2680464c9d8cb779bc4cb10 (patch) | |
tree | 49dcbe9fd6b72fce840876e5a7c4d55600c90c4d /lib | |
parent | f1f5a5a0bf19e72ef7e4de33f0952bd5d384683a (diff) | |
download | spack-37d30f488694f265d2680464c9d8cb779bc4cb10.tar.gz spack-37d30f488694f265d2680464c9d8cb779bc4cb10.tar.bz2 spack-37d30f488694f265d2680464c9d8cb779bc4cb10.tar.xz spack-37d30f488694f265d2680464c9d8cb779bc4cb10.zip |
removed curl -k hack after rebase with spack -k fix
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/globals.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/spack/spack/globals.py b/lib/spack/spack/globals.py index 6ff1a69304..40bb50f219 100644 --- a/lib/spack/spack/globals.py +++ b/lib/spack/spack/globals.py @@ -70,7 +70,6 @@ editor = Executable(os.environ.get("EDITOR", "")) # Curl tool for fetching files. curl = which("curl", required=True) -curl.add_default_arg("-k") # TODO: remove me in favor of spack -k` # Whether to build in tmp space or directly in the stage_path. # If this is true, then spack will make stage directories in |