Skip to content

Commit 2db2589

Browse files
committed
patch sort-month.sh
1 parent 98077ec commit 2db2589

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

util/build-gnu.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,3 +390,9 @@ sed -i 's/echo "changing security context/echo "chcon: changing security context
390390
# * the selinux crate is handling errors
391391
# * the test says "maybe we should not fail when no context available"
392392
sed -i -e "s|returns_ 1||g" tests/cp/no-ctx.sh
393+
394+
# There is a discrepancy between GNU localization and ICU (ours) when it comes
395+
# to the abbreviated month of april in the French locale:
396+
# GNU is 'avril'
397+
# ICU is 'avr.'
398+
# sed -i -e 's|\(LC_ALL=$LOC locale abmon 2>/dev/null\)|\1 \| sed s/avril/avr./|' tests/sort/sort-month.sh

0 commit comments

Comments
 (0)