From 9498f542ff4e21c4004f94c90a2bee855528dbaf Mon Sep 17 00:00:00 2001 From: mhead Date: Tue, 9 Jul 2024 16:37:54 +0530 Subject: [PATCH] patch build-gnu.sh for quote-align --- util/build-gnu.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util/build-gnu.sh b/util/build-gnu.sh index e882c27766..684187733d 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -365,5 +365,8 @@ 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 + # Slightly different error message sed -i 's/not supported/unexpected argument/' tests/mv/mv-exchange.sh