From 1aeaffcffd73b38dc79ab2b417640ecc5705caa1 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Sat, 6 Jul 2019 15:13:41 +0200 Subject: [PATCH] fix color for IGreen --- lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.sh b/lib.sh index 4916eae2..976ede76 100644 --- a/lib.sh +++ b/lib.sh @@ -1062,7 +1062,7 @@ install_if_not git cd "$NCPATH" if git apply --check /tmp/"${1}".patch >/dev/null 2>&1 then - print_text_in_color "IGreen" "Applying patch ${1} from the ${2} repository..." + print_text_in_color "$IGreen" "Applying patch ${1} from the ${2} repository..." git apply /tmp/"${1}".patch fi }