correct some templates and correct the overwrite support on all extractors

This commit is contained in:
Mario Fetka
2013-03-18 15:51:17 +01:00
parent 159c0f8660
commit 5ccde1ef58
7 changed files with 13 additions and 13 deletions

View File

@@ -65,7 +65,7 @@ function process_file() {
elif [ "$format" = "unzip" ]; then
$CMD_unzip -o $src -d $dst
elif [ "$format" = "unrar" ]; then
$CMD_unrar xy $src $dst
$CMD_unrar x -y $src $dst
elif [ "$format" = "lha" ]; then
$CMD_lha x -w=$dst $src
elif [ "$format" = "targz" ]; then