summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2014-07-02 23:22:38 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2014-07-02 23:24:10 -0700
commit05516389441e6818ff3ee22bb4e51d50b3bb5cd4 (patch)
tree3592d0b2cc494dae052b42e4136857a0efd85527 /bin
parenta7fd8be51468e923209ede9d517579042ab187a8 (diff)
downloadspack-05516389441e6818ff3ee22bb4e51d50b3bb5cd4.tar.gz
spack-05516389441e6818ff3ee22bb4e51d50b3bb5cd4.tar.bz2
spack-05516389441e6818ff3ee22bb4e51d50b3bb5cd4.tar.xz
spack-05516389441e6818ff3ee22bb4e51d50b3bb5cd4.zip
Add TAU package and routines to filter files, fix sed calls.
- TAU doesn't install to directories with '@' in the name. - Need to fix up its scripts. - routines to filter files as sed would, but using python regular expressions. - TAU package uses this.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/spack1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/spack b/bin/spack
index a0ce203d63..c63178b191 100755
--- a/bin/spack
+++ b/bin/spack
@@ -44,6 +44,7 @@ try:
working_dir = os.getcwd()
except OSError:
os.chdir(SPACK_PREFIX)
+ working_dir = SPACK_PREFIX
# clean up the scope and start using spack package instead.
del SPACK_FILE, SPACK_PREFIX, SPACK_LIB_PATH