freebsd-ports/devel/bazel/files/patch-scripts_bootstrap_buildenv.sh
Fernando Apesteguía f31acf3c89 devel/bazel: update to 0.14.0
PR:	228736
Submitted by:	aehlig@linta.de (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D15737
2018-06-11 16:42:56 +00:00

11 lines
276 B
Bash

--- scripts/bootstrap/buildenv.sh.orig 1979-12-31 23:00:00 UTC
+++ scripts/bootstrap/buildenv.sh
@@ -215,7 +215,7 @@ function clear_log() {
rm -f ${phasefile}
}
-LEAVES="\xF0\x9F\x8D\x83"
+LEAVES="[LEAVES]"
INFO="\033[32mINFO\033[0m:"
WARNING="\033[31mWARN\033[0m:"