Skip to content

Commit

Permalink
Set xterm to dumb.
Browse files Browse the repository at this point in the history
So that jhbuild and make don't insert ansi escapes into the build log.
  • Loading branch information
jralls committed Sep 8, 2017
1 parent 8c88c9f commit 767d753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildserver/build_package.ps1
Expand Up @@ -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)) {
Expand Down

0 comments on commit 767d753

Please sign in to comment.