create_addon: syntax fix

This commit is contained in:
Sascha Kuehndel (InuSasha) 2018-07-30 19:30:04 +02:00
parent 5187c59c3c
commit 1cdead3623
No known key found for this signature in database
GPG Key ID: 15FED89617B88D1B

View File

@ -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