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

Commit

Permalink
sage: Remove outdated check for SAGE_ROOT/local/bin/sage
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed May 11, 2022
1 parent 59877bd commit e537bf3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sage
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ fi
# Run the actual Sage script
if [ -x "$SAGE_ROOT/src/bin/sage" ]; then
exec "$SAGE_ROOT/src/bin/sage" "$@"
elif [ -x "$SAGE_ROOT/local/bin/sage" ]; then # if in a stripped binary
# Note in this case we assume that SAGE_LOCAL is the "local" subdirectory
exec "$SAGE_ROOT/local/bin/sage" "$@"
else
echo >&2 "$0: no Sage installation found in \$SAGE_ROOT=$SAGE_ROOT"
exit 1
Expand Down

0 comments on commit e537bf3

Please sign in to comment.