diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2018-06-13 16:50:48 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2018-06-14 15:27:52 +0200 |
commit | 3352da8da1243c03fc83ba678d2f5d193bd5a0c2 (patch) | |
tree | 6985354b06d98d4d77d1a0c5a6690bddcc5af83e /contrib/verifybinaries | |
parent | a607d23ae82ee374799d21d02932d945c1ce9616 (diff) |
Add "export LC_ALL=C" to all shell scripts
Diffstat (limited to 'contrib/verifybinaries')
-rwxr-xr-x | contrib/verifybinaries/verify.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/verifybinaries/verify.sh b/contrib/verifybinaries/verify.sh index e0266bf08a..42d9ffb752 100755 --- a/contrib/verifybinaries/verify.sh +++ b/contrib/verifybinaries/verify.sh @@ -11,6 +11,7 @@ ### The script returns 0 if everything passes the checks. It returns 1 if either the ### signature check or the hash check doesn't pass. If an error occurs the return value is 2 +export LC_ALL=C function clean_up { for file in $* do |