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

Commit b212ce8

Browse files
Matthias Koeppedimpase
Matthias Koeppe
authored andcommitted
build/pkgs/sagelib/spkg-install: Fix up error exits
1 parent 985bfca commit b212ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pkgs/sagelib/spkg-install

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export SAGE_SHARE=/doesnotexist
3636
# uses this variable.
3737
# export SAGE_LOCAL=/doesnotexist
3838

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

0 commit comments

Comments
 (0)