correct typo
This commit is contained in:
@@ -58,7 +58,7 @@ function process_file() {
|
|||||||
cp $src $dst
|
cp $src $dst
|
||||||
elif [ "$format" = "7zip" ]; then
|
elif [ "$format" = "7zip" ]; then
|
||||||
7z x -o$dst $src
|
7z x -o$dst $src
|
||||||
elif [ "$format}" = "unzip" ]; then
|
elif [ "$format" = "unzip" ]; then
|
||||||
unzip $src -d $dst
|
unzip $src -d $dst
|
||||||
else
|
else
|
||||||
fatal_error "Unknown compression format: $format"
|
fatal_error "Unknown compression format: $format"
|
||||||
|
|||||||
Reference in New Issue
Block a user