From e54ac85df62d1b0eedbe6013ee5b886cf1cd8580 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Mon, 23 Jun 2003 17:00:57 +0000 Subject: [PATCH] * lib/mc.ext: Allow ZIP in all capitals in "file" output. --- ChangeLog | 4 ++++ lib/mc.ext.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1e6eb5476..c20df0748 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-06-23 Andrew V. Samoilov + + * lib/mc.ext: Allow ZIP in all capitals in "file" output. + 2003-06-18 Pavel Roskin * configure.in: Remove test for SCO UNIX. Remove all references diff --git a/lib/mc.ext.in b/lib/mc.ext.in index e5ac8be29..8013cdc68 100644 --- a/lib/mc.ext.in +++ b/lib/mc.ext.in @@ -408,7 +408,7 @@ regex/\.(tar|TAR)$ View=%view{ascii} tar tvvf %f # zip -type/^Zip\ archive +type/^(Zip|ZIP)\ archive Open=%cd %p#uzip View=%view{ascii} unzip -v %f