]> code.delx.au - pulseaudio/blobdiff - git-version-gen
build-sys: teacch git versioning script to not kill - in version strings
[pulseaudio] / git-version-gen
index bb99c3a85fdbba1723d1383eb76e1639105a692e..ae3988ea16490910d63a0a0b70b8148a2e4d8389 100755 (executable)
@@ -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