Skip to content

Commit

Permalink
Fix the placement of the LIBC component in filenames for bootstrap sc…
Browse files Browse the repository at this point in the history
…ript
  • Loading branch information
autarch committed Oct 27, 2024
1 parent d19b055 commit 19f5671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/bootstrap-ubi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ if [ -z "$FILENAME" ]; then
;;
esac

FILENAME="ubi-$OS-$CPU$LIBC.$EXT"
FILENAME="ubi-$OS$LIBC-$CPU.$EXT"
fi

if [ -z "$TAG" ]; then
Expand Down

0 comments on commit 19f5671

Please sign in to comment.