From 0c70508fa40f3cb2bbe6afad9f9c05c723cf053b Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Wed, 25 Sep 2024 14:34:48 +0200 Subject: [PATCH] style: Add missing double quotes --- src/lib/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/common.sh b/src/lib/common.sh index 6530093..da68911 100755 --- a/src/lib/common.sh +++ b/src/lib/common.sh @@ -124,7 +124,7 @@ if [ -n "${diff_prog}" ]; then fi # Definition of the tray icon style to use (default to "light" if it isn't set in the arch-update.conf configuration file) -if [ -z ${tray_icon_style} ]; then +if [ -z "${tray_icon_style}" ]; then tray_icon_style="light" fi