summaryrefslogtreecommitdiff
path: root/Tools/qt/make-snapshot.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/qt/make-snapshot.pl')
-rwxr-xr-xTools/qt/make-snapshot.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/qt/make-snapshot.pl b/Tools/qt/make-snapshot.pl
index 667890de0..2c2af1a9f 100755
--- a/Tools/qt/make-snapshot.pl
+++ b/Tools/qt/make-snapshot.pl
@@ -36,7 +36,7 @@ scalar @ARGV == 0 || usage();
-f "ChangeLog" && die "This script must be run in snapshots repository";
-d ".git" || usage();
-`git status` =~ "nothing to commit, working tree clean" or die "Target working tree is dirty";
+`LC_ALL=C LANG=C git status` =~ "nothing to commit, working tree clean" or die "Target working tree is dirty";
my $src_repo = dirname(dirname(dirname(__FILE__)));
my $target_repo = getcwd();