commit
e2cb3b97fd
@ -64,7 +64,7 @@ function spack {
|
|||||||
done
|
done
|
||||||
|
|
||||||
# h and V flags don't require further output parsing.
|
# h and V flags don't require further output parsing.
|
||||||
if [[ "$_sp_flags" =~ *h* || "$_sp_flags" =~ *V* ]]; then
|
if [[ (! -z "$_sp_flags") && ("$_sp_flags" =~ '.*h.*' || "$_sp_flags" =~ '.*V.*') ]]; then
|
||||||
command spack $_sp_flags "$@"
|
command spack $_sp_flags "$@"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user