Code

Fix usage of Solaris /usr/bin/echo
authorAlexander Wuerstlein <arw@arw.name>
Mon, 28 Jun 2010 07:57:02 +0000 (09:57 +0200)
committerFlorian 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

index 2a93ab7bcd09bf96a763aa5bbf352f2c51c4de6c..e2f1bec7232fb3abc52709542040de2a990e4e38 100755 (executable)
@@ -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"