lel-open: update extension (if => ff) - lel - Farbfeld image viewer
(HTM) git clone git://git.codemadness.org/lel
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 4aae420a8f5d8010d5f68b1db93b6f4c877f73da
(DIR) parent 9dc3cfac9de524538f535a6dd343b41ed53b7014
(HTM) Author: Svyatoslav Mishyn <juef@openmailbox.org>
Date: Tue, 26 Jul 2016 20:31:13 +0300
lel-open: update extension (if => ff)
Diffstat:
M lel-open | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) 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"