Skip to content

Commit

Permalink
well, fix another patch zero release issues
Browse files Browse the repository at this point in the history
  • Loading branch information
astibal committed Jul 17, 2024
1 parent 6bc4913 commit 0c72c21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/pkg-scripts/deb/createdeb-0.9.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ GIT_PATCH_DIST=$(echo "${GIT_DESCR}" | awk -F'-' '{ print $2 }')
GIT_PATCH=$(echo "${GIT_DESCR}" | awk -F'-' '{ print $3 }')

if [ "${GIT_PATCH_DIST}" == "" ]; then
echo "Git patch unknown, must abort"
exit 255
echo "Git at zero empty - setting to p0"
GIT_PATCH_DIST="p0"
elif [ "${GIT_PATCH_DIST}" == "0" ]; then
echo "Git at zero patch - setting to p0"
GIT_PATCH_DIST="p0"
Expand Down

0 comments on commit 0c72c21

Please sign in to comment.