Skip to content

Commit

Permalink
bootstrap: Enforce LC_ALL for the script
Browse files Browse the repository at this point in the history
This script is expecting rpm to report with english sentences.
To avoid any issues with other locales, let's enforce the LC_ALL to C.

Signed-off-by: Erwan Velu <[email protected]>
  • Loading branch information
Erwan Velu committed Apr 6, 2016
1 parent dae10df commit 824ffc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh
set -e
export LC_ALL=C
if [ $# -eq 0 ]; then
install=false
else
Expand Down

0 comments on commit 824ffc6

Please sign in to comment.