Commit c0efaa5
committed
Merge #187: ci: have bash scripts explicitly opt out of locale dependence.
3a6db38 ci: rename configs to .bash (Sjors Provoost)
401e0ce ci: add copyright to bash scripts (Sjors Provoost)
e956467 ci: export LC_ALL (Sjors Provoost)
Pull request description:
Prevents linter issues like reported here: Sjors/bitcoin#90 (comment)
But probably also just a good idea.
Also make the use of `#!/usr/bin/env bash` consistent and added a copyright header (mostly for aesthetic reasons).
ACKs for top commit:
ryanofsky:
Code review ACK 3a6db38. Thanks!
Tree-SHA512: de4a3fe62126f0f37e9b33c6e443ee07b2968ac8df18b7d91ce482ce63aeab896b216a7efcc638945ef4f83b4429471433c3515b5bbe744fb238bec08792f7afFile tree
7 files changed
+18
-4
lines changed- .github/workflows
- ci
- configs
- scripts
7 files changed
+18
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
2 | 9 | | |
3 | 10 | | |
4 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
2 | 9 | | |
3 | 10 | | |
4 | 11 | | |
| |||
0 commit comments