The commit 3bda88e8b425f43644e303e6957e38ae59c1bc83 change the shell from sh to bash.
[collectd.git] / version-gen.sh
index 97a27a0..d6d7bb2 100755 (executable)
@@ -10,8 +10,4 @@ fi
 
 VERSION="`echo \"$VERSION\" | sed -e 's/-/./g'`"
 
-if test "x`uname -s`" = "xAIX" ; then
-       echo "$VERSION\c"
-else 
-       echo -n "$VERSION"
-fi
+echo -n "$VERSION"