Skip to content

Commit e4a39d0

Browse files
author
Matthias Koeppe
committed
build/bin/sage-get-system-packages: Substitute PYTHON_MINOR here
1 parent a90f3ac commit e4a39d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/bin/sage-get-system-packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ case "$SYSTEM" in
4141
fi
4242
fi
4343
SYSTEM_PACKAGES_FILE_NAMES="distros/$SYSTEM.txt"
44-
STRIP_COMMENTS="sed s/#.*//;"
44+
STRIP_COMMENTS="sed s/#.*//;s/\${PYTHON_MINOR}/${PYTHON_MINOR}/g"
4545
COLLECT=echo
4646
;;
4747
esac

0 commit comments

Comments
 (0)