summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3ed9d79)
raw | patch | inline | side by side (parent: 3ed9d79)
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 2a93ab7bcd09bf96a763aa5bbf352f2c51c4de6c..e2f1bec7232fb3abc52709542040de2a990e4e38 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
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"