Skip to content

Commit

Permalink
build/bin/sage-get-system-packages: Substitute PYTHON_MINOR here
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Dec 17, 2023
1 parent a90f3ac commit e4a39d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/bin/sage-get-system-packages
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ case "$SYSTEM" in
fi
fi
SYSTEM_PACKAGES_FILE_NAMES="distros/$SYSTEM.txt"
STRIP_COMMENTS="sed s/#.*//;"
STRIP_COMMENTS="sed s/#.*//;s/\${PYTHON_MINOR}/${PYTHON_MINOR}/g"
COLLECT=echo
;;
esac
Expand Down

0 comments on commit e4a39d0

Please sign in to comment.