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)) {