mirror of
https://github.com/collectd/collectd.git
synced 2026-02-09 04:09:15 +08:00
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:
committed by
Florian Forster
parent
80a66a5383
commit
4d3766818c
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user