]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
ensure removal messages are not UTF8 encoded
authorElan Ruusamäe <glen@delfi.ee>
Sat, 5 Jan 2013 18:40:42 +0000 (20:40 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 5 Jan 2013 18:40:42 +0000 (20:40 +0200)
clean-source.sh

index 92c3e5d04d71e80d1d76fa72935fca653b8d5932..5b7dd7e8dd6121c7ba694748634d773cb60b785c 100755 (executable)
@@ -1,6 +1,8 @@
 #!/bin/sh
 set -xe
 
+export LC_ALL=C
+
 # import options
 # remove everything unless it's remove has been disabled with "0"
 # "v8=0" means "do not remove v8"
This page took 0.087241 seconds and 4 git commands to generate.