Skip to content

Commit

Permalink
Merge branch 'trs/dev/pyoxidizer-location'
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Sep 30, 2024
2 parents 2cff41a + e7fa483 commit c9efe7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/pyoxidizer
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ main() {

locate() {
# Locate existing local copy of pyoxidizer.
echo "$devel"/pyoxidizer-[0-9]*_"$(platform-machine)"?(.exe) | head -n1
printf '%s\n' "$devel"/pyoxidizer-[0-9]*_"$(platform-machine)"?(.exe) | sort --reverse --version-sort | head -n1
}

download() {
Expand Down

0 comments on commit c9efe7a

Please sign in to comment.