Index: build/android/adb_gdb |
diff --git a/build/android/adb_gdb b/build/android/adb_gdb |
index 78bc182742390719347852c1d4def5557bdf3372..0013422ea8e9d7397278b50f9ffc360809102615 100755 |
--- a/build/android/adb_gdb |
+++ b/build/android/adb_gdb |
@@ -15,6 +15,9 @@ |
PROGNAME=$(basename "$0") |
PROGDIR=$(dirname "$0") |
+# Set the locale to force using default language. |
pasko
2015/12/23 14:05:31
Using the word "default" is confusing in this cont
Shouqun1
2015/12/24 01:04:58
Done.
|
+LC_ALL=C |
+ |
# Location of Chromium-top-level sources. |
CHROMIUM_SRC=$(cd "$PROGDIR"/../.. >/dev/null && pwd 2>/dev/null) |