wip
This commit is contained in:
parent
650ed4f21e
commit
2b6ff30ed5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue