From f106da0d099f5c12d453cd6b1b86ad79acc1697f Mon Sep 17 00:00:00 2001
From: "Charles A. Reynolds" <reynolds12@llnl.gov>
Date: Fri, 6 Nov 2015 10:53:22 -0800
Subject: [PATCH] Added missing $_sp_flags to spack.csh so options -d -k -m -p
 -v get passed on to spack proper.

---
 share/spack/csh/spack.csh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/spack/csh/spack.csh b/share/spack/csh/spack.csh
index b21da23836..d64ce8935b 100644
--- a/share/spack/csh/spack.csh
+++ b/share/spack/csh/spack.csh
@@ -101,7 +101,7 @@ case unload:
     breaksw
 
 default:
-    \spack $_sp_args
+    \spack $_sp_flags $_sp_args
     breaksw
 endsw
 
-- 
GitLab