From 2b6ff30ed57d54a0ded52368336d4b56f6980100 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 18 May 2025 19:48:06 +0200 Subject: [PATCH] wip --- distros.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distros.sh b/distros.sh index 8e44192..f754ee1 100755 --- a/distros.sh +++ b/distros.sh @@ -75,7 +75,7 @@ echo_error() { echo_pkg() { # if arg 2 does not exist, use normal echo - if [ -z $2 ]; then + if [[ -z $2 ]]; then echo "${BOLD}${RED}${PACKAGE:-PKG}:${NC}${YELLOW} $1 ${NC}" else case "$1" in