From 011635023eed4e3f4d94569e8449d94174e25c52 Mon Sep 17 00:00:00 2001 From: mollusk Date: Tue, 18 Dec 2018 20:35:10 -0700 Subject: [PATCH] add color to error of missing deps Former-commit-id: 486abd028454a70231fc5fb337eb40dc2fcfa2d4 Former-commit-id: 3f597d3ca1f5d9573f43289b884e682aebdc940e --- genswap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genswap.sh b/genswap.sh index a2c82c2..fb042ae 100755 --- a/genswap.sh +++ b/genswap.sh @@ -24,7 +24,7 @@ BWHITE="\e[1m" NC='\033[0m' # No Color if [ ! -f /usr/bin/gawk ];then - echo -e "\nPlease install 'gawk' with your package manager\n" + echo -e "\n${LRED}Please install 'gawk' with your package manager${NC}\n" exit 0 fi function autoSwap(){