From 0fed2766a40419cd325dbb8ec0ac29f96ccc1b83 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 15 Feb 2007 14:30:56 +0000 Subject: - might make sense not to print ok if it was nak --- toolchain/dependencies/dependencies.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'toolchain') diff --git a/toolchain/dependencies/dependencies.sh b/toolchain/dependencies/dependencies.sh index 81a8b8db2..6f42a8746 100755 --- a/toolchain/dependencies/dependencies.sh +++ b/toolchain/dependencies/dependencies.sh @@ -252,8 +252,9 @@ if ! which makeinfo > /dev/null ; then \ echo "makeinfo installed: FALSE" /bin/echo -e "\n\nMost likely some packages will fail to build their documentation" /bin/echo -e "Either install 'makeinfo' on your host or fix the respective packages" +else + echo "makeinfo installed: Ok" fi -echo "makeinfo installed: Ok" ############################################################# -- cgit v1.2.3