From 37d30f488694f265d2680464c9d8cb779bc4cb10 Mon Sep 17 00:00:00 2001 From: "Gregory L. Lee" Date: Thu, 13 Mar 2014 16:11:51 -0700 Subject: removed curl -k hack after rebase with spack -k fix --- lib/spack/spack/globals.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.3-70-g09d2