We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98077ec commit 2db2589Copy full SHA for 2db2589
util/build-gnu.sh
@@ -390,3 +390,9 @@ sed -i 's/echo "changing security context/echo "chcon: changing security context
390
# * the selinux crate is handling errors
391
# * the test says "maybe we should not fail when no context available"
392
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