[packages/chromium-browser/DEVEL] ensure removal messages are not UTF8 encoded
glen
glen at pld-linux.org
Sat Jan 5 19:40:57 CET 2013
commit 0593259b127cfec47ab6c134bb74eedf6e2aaea3
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sat Jan 5 20:40:42 2013 +0200
ensure removal messages are not UTF8 encoded
clean-source.sh | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/clean-source.sh b/clean-source.sh
index 92c3e5d..5b7dd7e 100755
--- a/clean-source.sh
+++ b/clean-source.sh
@@ -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"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/0593259b127cfec47ab6c134bb74eedf6e2aaea3
More information about the pld-cvs-commit
mailing list