The commit 3bda88e8b4 change the shell from sh to bash.

To fix the configure script generation error: remove the echo whith \c used in sh.

Note: bash is not installed in AIX by default.
Signed-off-by: Florian Forster <octo@collectd.org>
This commit is contained in:
Manuel Luis Sanmartin Rozada
2012-09-29 21:45:33 +02:00
committed by Florian Forster
parent 80a66a5383
commit 4d3766818c

View File

@@ -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"