Add "export LC_ALL=C" to all shell scripts

This commit is contained in:
practicalswift
2018-06-13 16:50:48 +02:00
parent a607d23ae8
commit 3352da8da1
26 changed files with 34 additions and 1 deletions

View File

@ -3,6 +3,7 @@
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
export LC_ALL=C
set -e
INPUTFILE="Xcode_7.3.1.dmg"