diff options
Diffstat (limited to 'reproduce/software/shell/prep-source.sh')
| -rwxr-xr-x | reproduce/software/shell/prep-source.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/reproduce/software/shell/prep-source.sh b/reproduce/software/shell/prep-source.sh index 2959255..7f49b5c 100755 --- a/reproduce/software/shell/prep-source.sh +++ b/reproduce/software/shell/prep-source.sh @@ -32,6 +32,15 @@ set -e + +# Set the locale to C to make sure local language settings do not +# interefere (especially with the SED command). +export LC_ALL=C + + + + + # Read the first argument. bindir="$1" if [ x"$bindir" = x ]; then |
