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

Commit abb2a89

Browse files
committed
trac 25668: add error-checking after running relocate-once.py.
1 parent 3b0bacb commit abb2a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sage

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export SAGE_ROOT
124124
# If this is a freshly-unpacked binary tarball then run the installer
125125
# Note: relocate-once.py deletes itself upon successful completion
126126
if [ -x "$SAGE_ROOT/relocate-once.py" ]; then
127-
"$SAGE_ROOT/local/bin/python2" "$SAGE_ROOT/relocate-once.py"
127+
"$SAGE_ROOT/relocate-once.py"
128128
if [ $? -ne 0 ]; then
129129
echo >&2 "Error running the script 'relocate-once.py'."
130130
exit 1

0 commit comments

Comments
 (0)