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

Commit

Permalink
src/bin/sage: Remove handling of 'sage -axiom'
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Jun 22, 2020
1 parent 4a3d36e commit 3a0193c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/bin/sage
Expand Up @@ -541,11 +541,6 @@ fi
# Run Sage's versions of its component packages
#####################################################################

if [ "$1" = '-axiom' -o "$1" = '--axiom' ]; then
shift
exec axiom "$@"
fi

if [ "$1" = "-cython" -o "$1" = '--cython' -o "$1" = '-pyrex' -o "$1" = "--pyrex" ]; then
shift
exec sage-cython "$@"
Expand Down

0 comments on commit 3a0193c

Please sign in to comment.