Merge branch 'develop' into bugfix/glm

This commit is contained in:
jppelteret 2016-04-30 16:22:32 +02:00
commit 11596ec0f8

View File

@ -84,10 +84,10 @@ function spack {
if [ "$_sp_arg" = "-h" ]; then
command spack cd -h
else
LOC="$(spack location $_sp_arg "$@")"
if [[ "x" -ne "x$LOC" ]] ; then
LOC="$(spack location $_sp_arg "$@")"
if [[ -d "$LOC" ]] ; then
cd "$LOC"
fi
fi
fi
return
;;