Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/sagelib/spkg-install: Fix up error exits
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jun 4, 2020
1 parent 38b6bcf commit f9a30f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/sagelib/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export SAGE_SHARE=/doesnotexist
# uses this variable.
# export SAGE_LOCAL=/doesnotexist

time "$PYTHON" -u setup.py --no-user-cfg build install
time "$PYTHON" -u setup.py --no-user-cfg build install || exit 1
if [ "$UNAME" = "CYGWIN" ]; then
sage-rebase.sh "$SAGE_LOCAL" 2>/dev/null;
fi

0 comments on commit f9a30f6

Please sign in to comment.