From 8c7811a213687d8a0b837ff3bee8bd5af7dec5d2 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Sun, 14 May 2017 20:35:13 +0200 Subject: [PATCH] Credit original source for shell color code --- modules/lib-bash/color-echo.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/lib-bash/color-echo.sh b/modules/lib-bash/color-echo.sh index e357bf70c..ef708b29c 100644 --- a/modules/lib-bash/color-echo.sh +++ b/modules/lib-bash/color-echo.sh @@ -1,3 +1,6 @@ +# The check for terminal output and color support is heavily inspired +# by https://unix.stackexchange.com/a/10065. + function setupColors() { normalColor="" errorColor=""