Skip to content

Commit

Permalink
force disable exclusive characters for ympbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Dec 12, 2023
1 parent beaf10e commit 7b9f902
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shcode/ympbuild_header.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ exec 0< /dev/null
set -o pipefail
shopt -s expand_aliases

# force disable exclusive characters
exec &> >(sed 's/\x1B\[[0-9;]*[JKmsu]//g')

function meson(){
if [[ "$1" == "setup" ]] ; then
Expand Down

0 comments on commit 7b9f902

Please sign in to comment.