projects
/
profile
/
ivi
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5651c03
)
build-sys: teacch git versioning script to not kill - in version strings
author
Lennart Poettering
<lennart@poettering.net>
Tue, 23 Jun 2009 15:13:29 +0000
(17:13 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Tue, 23 Jun 2009 15:13:29 +0000
(17:13 +0200)
git-version-gen
patch
|
blob
|
history
diff --git
a/git-version-gen
b/git-version-gen
index
bb99c3a
..
ae3988e
100755
(executable)
--- a/
git-version-gen
+++ b/
git-version-gen
@@
-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