X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=0b4b681086bb009f85d9658882b49c88164dd4e4;hp=a884e11407188fcf0e679416e695150cbf4f4b08;hb=343ede32cc9e8ab1c683cb2ea37f414f677c95bb;hpb=ca67c9cf80b5b8e3ca1c0e44d1d10e4d67020d5e diff --git a/bin/blhc b/bin/blhc index a884e11..0b4b681 100755 --- a/bin/blhc +++ b/bin/blhc @@ -288,6 +288,9 @@ while (my $line = <>) { # Also strip '\0xf' (delete previous character), used by Elink's build # system. $line =~ s/\x0f//g; + # And "ESC(B" which seems to be used on armhf and hurd (not sure what it + # does). + $line =~ s/\033\(B//g; # Check if this line indicates a non verbose build. my $non_verbose = is_non_verbose_build($line);