Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1702)

Unified Diff: android/patch_locale.sh

Issue 1051193002: Update tz db to 2015b (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: quote for $0 Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « android/icudtl.dat ('k') | scripts/make_n_copy_data.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android/patch_locale.sh
diff --git a/android/patch_locale.sh b/android/patch_locale.sh
index 1724a8af7ade7c6f70c46498667966360a3e5a66..bc860b4c285e12e99c8d18ca569ca12423b12765 100755
--- a/android/patch_locale.sh
+++ b/android/patch_locale.sh
@@ -15,7 +15,12 @@ do
done
KEEPLIST="(${KEEPLIST})"
-cd $(dirname $0)/../source/data
+cd "$(dirname "$0")/.."
+
+echo "Applying brkitr.patch"
+patch -p1 < android/brkitr.patch || { echo "failed to patch"; exit 1; }
+
+cd source/data
for i in curr/*.txt
do
« no previous file with comments | « android/icudtl.dat ('k') | scripts/make_n_copy_data.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698