commit 4aae420a8f5d8010d5f68b1db93b6f4c877f73da
parent 9dc3cfac9de524538f535a6dd343b41ed53b7014
Author: Svyatoslav Mishyn <juef@openmailbox.org>
Date: Tue, 26 Jul 2016 20:31:13 +0300
lel-open: update extension (if => ff)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lel-open b/lel-open
@@ -10,7 +10,7 @@ elif test x"$ext" = x".png"; then
convert="png2ff"
elif test x"$ext" = x".gif"; then
convert="gif2ff"
-elif test x"$ext" = x".if"; then
+elif test x"$ext" = x".ff"; then
convert="cat"
elif test x"$ext" = x".bz2"; then
convert="bzip2 -dc"