Browse Source

sde-download: fix file 5.12 support when checking .jar files

stable/0.6
Alejandro Mery 11 years ago
parent
commit
7f9841b742
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/sde-download

+ 1
- 1
bin/sde-download

@ -535,7 +535,7 @@ download_file_now() {
*.Z|*.tZ)
typeexpr="compress'd data" ;;
*.zip|*.jar)
typeexpr="Zip archive data" ;;
typeexpr="\(Zip archive data\|Java Jar file data\)" ;;
*.tar)
typeexpr="tar archive" ;;
*)

Loading…
Cancel
Save