projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ed9d79
)
Fix usage of Solaris /usr/bin/echo
author
Alexander Wuerstlein
<arw@arw.name>
Mon, 28 Jun 2010 07:57:02 +0000
(09:57 +0200)
committer
Florian Forster
<octo@huhu.verplant.org>
Mon, 28 Jun 2010 08:13:06 +0000
(10:13 +0200)
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
version-gen.sh
patch
|
blob
|
history
diff --git
a/version-gen.sh
b/version-gen.sh
index
2a93ab7
..
e2f1bec
100755
(executable)
--- a/
version-gen.sh
+++ b/
version-gen.sh
@@
-10,7
+10,7
@@
fi
VERSION="`echo \"$VERSION\" | sed -e 's/-/./g'`"
-if test "x`uname -s`" = "xAIX"
; then
+if test "x`uname -s`" = "xAIX"
-o "x`uname -s`" = "xSunOS" ; then
echo "$VERSION\c"
else
echo -n "$VERSION"