Skip to content
Snippets Groups Projects
Commit f53dab33 authored by Eric Müller's avatar Eric Müller :mountain_bicyclist: Committed by Eleni Mathioulaki
Browse files

fix: small bug in install script

parent fef3489e
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ spack-python -c "exit(not len(spack.environment.active_environment().uninstalled
else
echo "Updating of the source cache disabled."
fi
if [ $ret -ne 0 ]; then
if [ "$ret" -ne 0 ]; then
(exit $ret)
fi
)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment