Merge branch 'master' of disconnected-by-peer.at:go-opsi/devtools

This commit is contained in:
Daniel Schwager 2012-02-01 14:38:46 +01:00
commit 95fe669573

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"