Skip to content

Commit

Permalink
Merge pull request #9333 from rook/mergify/bp/release-1.8/pr-9332
Browse files Browse the repository at this point in the history
build: updated locale for rbac generation (backport #9332)
  • Loading branch information
leseb committed Dec 8, 2021
2 parents 09cb6cf + bf19a68 commit dc3b412
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/rbac/keep-rbac-yaml.sh
@@ -1,5 +1,9 @@
#!/usr/bin/env bash
set -eEuo pipefail
# setting locate `LC_ALL=C` because different OS do files sorting differently,
# so setting a common behaviour, `C` sorting order is based on the byte values,
# Reference: https://blog.zhimingwang.org/macos-lc_collate-hunt
LC_ALL=C

# READS FROM STDIN
# WRITES TO STDOUT
Expand Down

0 comments on commit dc3b412

Please sign in to comment.