From 8722b4a5f7e01b9fe4752c622cd226b1f087f9aa Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Tue, 31 Jan 2012 20:53:55 +0100 Subject: [PATCH] correct typo --- lib/builder-utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"