1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

display OK if it runs OK

This commit is contained in:
Daniel Stenberg 2004-01-27 12:16:24 +00:00
parent 2465ff991f
commit 5d947e973e

View File

@ -143,4 +143,6 @@ fi
echo "buildconf: running automake" echo "buildconf: running automake"
${AUTOMAKE:-automake} -a || die "The command '${AUTOMAKE:-automake} -a' failed" ${AUTOMAKE:-automake} -a || die "The command '${AUTOMAKE:-automake} -a' failed"
echo "buildconf: OK"
exit 0 exit 0