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

Commit

Permalink
build/pkgs/sage_numerical_backends_*/spkg-install: Adjust error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Dec 25, 2019
1 parent 846ca9a commit 3c557b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/pkgs/sage_numerical_backends_coin/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ cd src
sdh_pip_install .

if [ $? -ne 0 ]; then
echo "Error installing PyNormaliz."
echo "Error installing sage_numerical_backends_coin."
exit 1
fi
2 changes: 1 addition & 1 deletion build/pkgs/sage_numerical_backends_cplex/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ cd src
sdh_pip_install .

if [ $? -ne 0 ]; then
echo "Error installing PyNormaliz."
echo "Error installing sage_numerical_backends_cplex."
exit 1
fi
2 changes: 1 addition & 1 deletion build/pkgs/sage_numerical_backends_gurobi/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ cd src
sdh_pip_install .

if [ $? -ne 0 ]; then
echo "Error installing PyNormaliz."
echo "Error installing sage_numerical_backends_gurobi."
exit 1
fi

0 comments on commit 3c557b4

Please sign in to comment.