diff --git a/util/build-gnu.sh b/util/build-gnu.sh index 7631cf15216..150a7103f73 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -366,3 +366,6 @@ sed -i 's/44;37/37;44/' tests/ls/multihardlink.sh # do that. So, it's okay to ignore the zero. sed -i "s/color_code='0;31;42'/color_code='31;42'/" tests/ls/color-clear-to-eol.sh +# patching this because of the same reason as the last one. +sed -i "s/color_code='0;31;42'/color_code='31;42'/" tests/ls/quote-align.sh +