mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: teacch git versioning script to not kill - in version strings
This commit is contained in:
parent
5651c03920
commit
b4b1f0375c
1 changed files with 2 additions and 1 deletions
|
|
@ -121,7 +121,8 @@ then
|
|||
|
||||
# Change the first '-' to a '.', so version-comparing tools work properly.
|
||||
# Remove the "g" in git describe's output string, to save a byte.
|
||||
v=`echo "$v" | sed 's/-/./;s/\(.*\)-g/\1-/'`;
|
||||
# v=`echo "$v" | sed 's/-/./;s/\(.*\)-g/\1-/'`;
|
||||
:
|
||||
else
|
||||
v=UNKNOWN
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue