Fix cut-and-paste-o (s/convert/awk/)
Originally committed to SVN as r2527.
This commit is contained in:
parent
de6a89c4ed
commit
1209081b97
1 changed files with 1 additions and 2 deletions
|
@ -190,8 +190,7 @@ if test -x "$WHICH_AWK"; then
|
||||||
echo $BIN_AWK
|
echo $BIN_AWK
|
||||||
else
|
else
|
||||||
echo
|
echo
|
||||||
echo " You must have 'convert' installed from the"
|
echo " You must have 'awk' installed
|
||||||
echo " ImageMagick project."
|
|
||||||
echo
|
echo
|
||||||
DIE=1
|
DIE=1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue