src/utils_format_json.[ch]: Export gauges with 15 decimal places of precision.
[collectd.git] / version-gen.sh
index 7bd07cb..3a7fac8 100755 (executable)
@@ -10,4 +10,4 @@ fi
 
 VERSION="`echo \"$VERSION\" | sed -e 's/-/./g'`"
 
-echo -n "$VERSION"
+printf "%s" "$VERSION"