X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=bin%2Fexx;h=1c87db06d792208205125dc35b17d8e5cc673bbb;hb=d2d5f6b47a523728326d8e9682f83a3e76ce8f57;hp=91c67ba8cafa768ca23d495ec43249c72ef1c65e;hpb=8eba79a7e4ce13d7610de2d58829e76b84774010;p=nethome.git diff --git a/bin/exx b/bin/exx index 91c67ba..1c87db0 100755 --- a/bin/exx +++ b/bin/exx @@ -38,7 +38,7 @@ for my $fname (@ARGV) { $parsed[3] or die "Extension not found for archive: $fname"; my($path,$base,$ext)=@parsed[0,1,3]; my($pathname)=($parsed[2] eq "=" ? "$path$base" : $fname); - my($cmdtry,$cmd)=($ext); + my($cmdtry,$cmd)=(lc $ext); do { $cmd=$cmdtry; $cmdtry=FORMATS->{$cmdtry};