mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
create_addon: syntax fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user