From 1209081b970a8ce4ba0a8fbb6ed49f6d41aba0e9 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sat, 27 Dec 2008 07:09:22 +0000 Subject: [PATCH] Fix cut-and-paste-o (s/convert/awk/) Originally committed to SVN as r2527. --- autogen.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 07f32314c..d8d886f39 100755 --- a/autogen.sh +++ b/autogen.sh @@ -190,8 +190,7 @@ if test -x "$WHICH_AWK"; then echo $BIN_AWK else echo - echo " You must have 'convert' installed from the" - echo " ImageMagick project." + echo " You must have 'awk' installed echo DIE=1 fi