aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index 7459494dd..b79871035 100755
--- a/buildconf
+++ b/buildconf
@@ -177,7 +177,7 @@ if test -d ares; then
fi
echo "buildconf: running automake"
-${AUTOMAKE:-automake} -a || die "The command '${AUTOMAKE:-automake} -a' failed"
+${AUTOMAKE:-automake} -a || die "The automake command failed"
echo "buildconf: OK"
exit 0