diff --git a/ci/release/_install.sh b/ci/release/_install.sh index 510a9c52d..50b4e5e3b 100755 --- a/ci/release/_install.sh +++ b/ci/release/_install.sh @@ -191,14 +191,14 @@ main() { if [ -n "${UNINSTALL-}" ]; then uninstall if [ -n "${DRY_RUN-}" ]; then - FGCOLOR=3 bigheader "*********** + bigheader "*********** Rerun without --dry-run to execute printed commands and perform install. ***********" fi else install if [ -n "${DRY_RUN-}" ]; then - FGCOLOR=3 bigheader "*********** + bigheader "*********** Rerun without --dry-run to execute printed commands and perform install. ***********" fi diff --git a/ci/release/template/scripts/lib.sh b/ci/release/template/scripts/lib.sh index cf17657e7..d945da3f3 100644 --- a/ci/release/template/scripts/lib.sh +++ b/ci/release/template/scripts/lib.sh @@ -221,12 +221,12 @@ EOF } header() { - logp "/* $1 */" + FGCOLOR=${FGCOLOR:-4} logp "/* $1 */" } bigheader() { set -- "$(echo "$*" | sed "s/^/ * /")" - logp "/** + FGCOLOR=${FGCOLOR:-3} logp "/** $* **/" } diff --git a/ci/sub b/ci/sub index 70a9ad95e..4c77e9640 160000 --- a/ci/sub +++ b/ci/sub @@ -1 +1 @@ -Subproject commit 70a9ad95ea0ae1de83fa3b7f7d4a160db4853c20 +Subproject commit 4c77e964013db526bdbedf3b1d4b014881e2fde9 diff --git a/install.sh b/install.sh index f6f1c4620..616222862 100755 --- a/install.sh +++ b/install.sh @@ -226,12 +226,12 @@ EOF } header() { - logp "/* $1 */" + FGCOLOR=${FGCOLOR:-4} logp "/* $1 */" } bigheader() { set -- "$(echo "$*" | sed "s/^/ * /")" - logp "/** + FGCOLOR=${FGCOLOR:-3} logp "/** $* **/" } @@ -676,14 +676,14 @@ main() { if [ -n "${UNINSTALL-}" ]; then uninstall if [ -n "${DRY_RUN-}" ]; then - FGCOLOR=3 bigheader "*********** + bigheader "*********** Rerun without --dry-run to execute printed commands and perform install. ***********" fi else install if [ -n "${DRY_RUN-}" ]; then - FGCOLOR=3 bigheader "*********** + bigheader "*********** Rerun without --dry-run to execute printed commands and perform install. ***********" fi