Merge branch 'master' of disconnected-by-peer.at:go-opsi/devtools
This commit is contained in:
commit
95fe669573
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user