This commit is contained in:
pika 2025-05-18 19:48:06 +02:00
parent 650ed4f21e
commit 2b6ff30ed5

View file

@ -75,7 +75,7 @@ echo_error() {
echo_pkg() { echo_pkg() {
# if arg 2 does not exist, use normal echo # 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}" echo "${BOLD}${RED}${PACKAGE:-PKG}:${NC}${YELLOW} $1 ${NC}"
else else
case "$1" in case "$1" in