Export spack function so it works in subshells (#2908)
This commit is contained in:
parent
c76088906e
commit
258dfc707d
@ -167,6 +167,11 @@ function _spack_pathadd {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Export spack function so it is available in subshells (only works with bash)
|
||||||
|
if [ -n "${BASH_VERSION:-}" ]; then
|
||||||
|
export -f spack
|
||||||
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
# Figure out where this file is. Below code needs to be portable to
|
# Figure out where this file is. Below code needs to be portable to
|
||||||
# bash and zsh.
|
# bash and zsh.
|
||||||
|
Loading…
Reference in New Issue
Block a user