Chromium Code Reviews| Index: android/patch_locale.sh |
| diff --git a/android/patch_locale.sh b/android/patch_locale.sh |
| index 1724a8af7ade7c6f70c46498667966360a3e5a66..cf0abb17092f0c025d4cd20d4bdbdfdf4c2d39cc 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)/.. |
|
Mark Mentovai
2015/04/02 19:47:11
cd "$(dirname "$0")/.."
jungshik at Google
2015/04/02 21:21:05
Done.
|
| + |
| +echo "Applying brkitr.patch" |
| +patch -p1 < android/brkitr.patch || { echo "failed to patch"; exit 1; } |
| + |
| +cd source/data |
| for i in curr/*.txt |
| do |