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

Commit 41a3e66

Browse files
committed
trac 30155: remove "sage --scons", remove scons info from COPYING.txt
1 parent 68bfa4b commit 41a3e66

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

COPYING.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ sage_scripts GPLv2+
121121
sagenb GPLv3
122122
sagetex GPLv2+ (CC BY-SA 3.0 for included documentation)
123123
scipy Modified BSD
124-
scons MIT License
125124
setuptools Python License
126125
singular GPLv2 or GPLv3 (see below)
127126
six MIT License

src/bin/sage

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,6 @@ usage_advanced() {
339339
echo " --python [...], --python3 [...]"
340340
echo " -- run the Python 3 interpreter"
341341
echo " -R [...] -- run Sage's R with the given arguments"
342-
echo " --scons [...] -- run Sage's scons"
343342
echo " --singular [...] -- run Sage's singular with the given arguments"
344343
echo " --sqlite3 [...] -- run Sage's sqlite3 with given arguments"
345344
echo
@@ -611,11 +610,6 @@ if [ "$1" = '-M2' -o "$1" = '--M2' ]; then
611610
exec M2 "$@"
612611
fi
613612

614-
if [ "$1" = '-scons' -o "$1" = '--scons' ]; then
615-
shift
616-
exec scons "$@"
617-
fi
618-
619613
if [ "$1" = '-R' -o "$1" = '--R' ]; then
620614
shift
621615
exec R "$@"

0 commit comments

Comments
 (0)