Skip to content

Commit

Permalink
fix: fallback to a commit hash in codesign.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 authored and PastaPastaPasta committed Mar 3, 2024
1 parent 5f6ae3c commit 42decd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/guix/libexec/codesign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ACTUAL_OUTDIR="${OUTDIR}"
OUTDIR="${DISTSRC}/output"

git_head_version() {
recent_tag="$(git -C "$1" describe --abbrev=12 --dirty 2> /dev/null)"
recent_tag="$(git -C "$1" describe --abbrev=12 --dirty --always 2> /dev/null)"
echo "${recent_tag#v}"
}

Expand Down

0 comments on commit 42decd3

Please sign in to comment.