summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x2ff2
1 files changed, 1 insertions, 1 deletions
diff --git a/2ff b/2ff
index 1ff7a86..bfebe8a 100755
--- a/2ff
+++ b/2ff
@@ -26,7 +26,7 @@ else
;;
*)
if [ ! -x /usr/bin/convert ] ; then
- printf "%s: cant convert from %s -- missing \`convert' program" "$0" "$FORMAT" >&2
+ printf "%s: cant convert from %s -- missing \`convert' program" "$0" "$MIME" >&2
printf "Run \`apt install imagemagick' to install it" >&2
exit 1
fi