We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d441a commit e777aecCopy full SHA for e777aec
src/bin/sage
@@ -578,7 +578,6 @@ fi
578
if [ "$1" = '-c' ]; then
579
shift
580
sage_setup
581
- unset TERM # See Issue #12263
582
exec sage-eval "$@"
583
fi
584
@@ -1116,7 +1115,6 @@ if [ $# -ge 1 ]; then
1116
1115
exit 1
1117
1118
1119
1120
# sage-run rejects all command line options as the first argument.
1121
exec sage-run "$@"
1122
0 commit comments