From 1cdead36238b57b36171fe085900a307dba49376 Mon Sep 17 00:00:00 2001 From: "Sascha Kuehndel (InuSasha)" Date: Mon, 30 Jul 2018 19:30:04 +0200 Subject: [PATCH] create_addon: syntax fix --- scripts/create_addon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create_addon b/scripts/create_addon index 301afd2dc6..3479a812ce 100755 --- a/scripts/create_addon +++ b/scripts/create_addon @@ -313,7 +313,7 @@ if [ $show_only == "true" ]; then fi # print summary -if [ $_count != 'x' ]; then +if [ "$_count" != 'x' ]; then if [ -z "$addons_failed" ]; then printf "$(print_color CLR_INFO "ALL ADDONS BUILDS SUCCESSFUL")\n" exit 0