Chromium Code Reviews| Index: android/patch_locale.sh |
| diff --git a/android/patch_locale.sh b/android/patch_locale.sh |
| index 1724a8af7ade7c6f70c46498667966360a3e5a66..02210f73267ce1fe2b3d450aaac354420d36524b 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 21:23:32
"$0" in quotes also.
jungshik at Google
2015/04/02 21:44:17
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 |