Skip to content

Commit e777aec

Browse files
restore TERM
1 parent 32d441a commit e777aec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bin/sage

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,6 @@ fi
578578
if [ "$1" = '-c' ]; then
579579
shift
580580
sage_setup
581-
unset TERM # See Issue #12263
582581
exec sage-eval "$@"
583582
fi
584583

@@ -1116,7 +1115,6 @@ if [ $# -ge 1 ]; then
11161115
exit 1
11171116
fi
11181117
sage_setup
1119-
unset TERM # See Issue #12263
11201118
# sage-run rejects all command line options as the first argument.
11211119
exec sage-run "$@"
11221120
fi

0 commit comments

Comments
 (0)