From 327b60566c182f23809b4b15b7e92abfe212f526 Mon Sep 17 00:00:00 2001 From: apio Date: Tue, 8 Nov 2022 18:04:58 +0100 Subject: [PATCH] Use different color for luna builds than for port builds --- tools/buildstep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/buildstep.sh b/tools/buildstep.sh index 3a5fc095..76b92c1a 100755 --- a/tools/buildstep.sh +++ b/tools/buildstep.sh @@ -3,7 +3,7 @@ unset -f filter-lines filter-lines() { - sed $'s|^|\x1b[32m('"$1/$2"$')\x1b[39m |' + sed $'s|^|\x1b[33m('"$1/$2"$')\x1b[39m |' } make -C $1 $2 | filter-lines $1 $2 \ No newline at end of file