Skip to content

Commit

Permalink
Remove debugging cruft in bootstrap script
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Feb 4, 2025
1 parent 74a2c20 commit 66833d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bootstrap/bootstrap-ubi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,9 @@ fi

OLD_FILE_NAMING=""
if [ -n "$TAG" ]; then
IFS="." read -r MAJOR MINOR PATCH <<EOF
IFS="." read -r MAJOR MINOR <<EOF
$TAG
EOF
echo "$MAJOR $MINOR $PATCH"
if [ "$MAJOR" = "v0" ] && [ "$MINOR" -lt 2 ]; then
OLD_FILE_NAMING="true"
fi
Expand Down

0 comments on commit 66833d7

Please sign in to comment.