diff options
Diffstat (limited to 'ci/version_bump.sh')
-rwxr-xr-x | ci/version_bump.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/version_bump.sh b/ci/version_bump.sh index 0de6b8d40f..9e4c85ebc8 100755 --- a/ci/version_bump.sh +++ b/ci/version_bump.sh @@ -1,5 +1,7 @@ #!/bin/sh +# FIXME: this seems uselessly trivial, replace with a rake task and have ci call the rake task? + set -evx export LANG=en_US.UTF-8 |