From 9d1ae61d72e838dc3b54b401842c9d02c958e328 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 11 Sep 2018 12:11:01 +0200 Subject: [PATCH] Fix bazaar_extension test --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 1474aaa..7d93653 100644 --- a/scripts/install +++ b/scripts/install @@ -228,7 +228,7 @@ case $language in ;; esac -if [[ $bazaar_extension ]]; then +if [ $bazaar_extension -eq 1 ]; then exec_composer $app $final_path "require flagrow/bazaar --ansi" fi