From 767d75395e11878f84f1a96d89ce03e2e4f6aea6 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Fri, 8 Sep 2017 16:32:41 -0700 Subject: [PATCH] Set xterm to dumb. So that jhbuild and make don't insert ansi escapes into the build log. --- buildserver/build_package.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildserver/build_package.ps1 b/buildserver/build_package.ps1 index be764a7e..108f157c 100644 --- a/buildserver/build_package.ps1 +++ b/buildserver/build_package.ps1 @@ -61,7 +61,7 @@ if (!$target_dir) { $progressPreference = 'silentlyContinue' $env:MSYSTEM = 'MINGW32' - +$env:TERM = 'dumb' #Prevent escape codes in the log. function bash-command() { param ([string]$command = "") if (!(test-path -path $target_dir\msys2\usr\bin\bash.exe)) {