diff options
author | Mario Fetka <[email protected]> | 2012-01-31 19:53:55 (GMT) |
---|---|---|
committer | Mario Fetka <[email protected]> | 2012-01-31 19:53:55 (GMT) |
commit | 8722b4a5f7e01b9fe4752c622cd226b1f087f9aa (patch) | |
tree | 8a577efbc6932f364dea2c094cc2380843efb9f4 /lib/builder-utils.sh | |
parent | e9754434bb0eca9750d84059b1aac41525468da1 (diff) |
correct typo
Diffstat (limited to 'lib/builder-utils.sh')
-rw-r--r-- | lib/builder-utils.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/builder-utils.sh b/lib/builder-utils.sh index 996a6f7..6fdfd31 100644 --- a/lib/builder-utils.sh +++ b/lib/builder-utils.sh @@ -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" |