mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
Release notes: https://github.com/bazelbuild/bazel/releases/tag/0.8.0 PR: 223920 Submitted by: aehlig@linta.de
11 lines
265 B
Bash
11 lines
265 B
Bash
--- scripts/bootstrap/buildenv.sh.orig 2017-11-11 22:06:52.302048000 +0000
|
|
+++ scripts/bootstrap/buildenv.sh
|
|
@@ -215,7 +215,7 @@
|
|
rm -f ${phasefile}
|
|
}
|
|
|
|
-LEAVES="\xF0\x9F\x8D\x83"
|
|
+LEAVES="[LEAVES]"
|
|
INFO="\033[32mINFO\033[0m:"
|
|
WARNING="\033[31mWARN\033[0m:"
|
|
|