summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParide Legovini <pl@ninthfloor.org>2017-07-27 16:35:41 +0200
committerParide Legovini <pl@ninthfloor.org>2017-07-27 16:35:41 +0200
commit35190a3bb4de34139637a6db115295e07825289c (patch)
treeab5bd440b0c171a6781e8dc7dbff8e1bf2432d54
parent248249d72c694e3de7848807e42e78dbef125bbb (diff)
2ff: $FORMAT is now called $MIME
-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