correct typo

This commit is contained in:
Mario Fetka 2012-01-31 20:53:55 +01:00
parent e9754434bb
commit 8722b4a5f7

View File

@ -58,7 +58,7 @@ function process_file() {
cp $src $dst
elif [ "$format" = "7zip" ]; then
7z x -o$dst $src
elif [ "$format}" = "unzip" ]; then
elif [ "$format" = "unzip" ]; then
unzip $src -d $dst
else
fatal_error "Unknown compression format: $format"