mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-01-18 21:34:48 +01:00
Force locale in rustfmt
shell scripts that rely on sort order
This commit is contained in:
parent
0079ca840a
commit
4c650b9830
@ -1,6 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -eox pipefail
|
||||
|
||||
export LC_ALL=C
|
||||
|
||||
# Generate initial exclusion list
|
||||
#find . -name '*.rs' -type f |sort >rustfmt_excluded_files
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -eo pipefail
|
||||
|
||||
export LC_ALL=C
|
||||
|
||||
# Generate initial exclusion list
|
||||
#find . -name '*.rs' -type f |sort >rustfmt_excluded_files
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user