Merge branch 'collectd-4.8' into collectd-4.9
[collectd.git] / version-gen.sh
index f1a2fc2..bd87bbb 100755 (executable)
@@ -10,4 +10,8 @@ fi
 
 VERSION="`echo \"$VERSION\" | sed -e 's/-/./g'`"
 
-echo -n "$VERSION"
+if test "x`uname -s`" = "xAIX" ; then 
+       echo "$VERSION\c"
+else 
+       echo -n "$VERSION"
+fi