From 35190a3bb4de34139637a6db115295e07825289c Mon Sep 17 00:00:00 2001 From: Paride Legovini Date: Thu, 27 Jul 2017 16:35:41 +0200 Subject: 2ff: $FORMAT is now called $MIME --- 2ff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2ff') 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 -- cgit v1.2.3