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

Unified Diff: scripts/update_tz.sh

Issue 1639543006: ICU 56 step 6: Check in the pre-built ICU data (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@56local_patches
Patch Set: address review comments Created 4 years, 11 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 | « scripts/update.sh ('k') | source/data/brkitr/brklocal.mk » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/update_tz.sh
diff --git a/scripts/update_tz.sh b/scripts/update_tz.sh
old mode 100644
new mode 100755
index ad575a5c6537ceb3a430e45d88e8aa7f7d91a2e2..51badda5063f4a40fb25b142aaa6754836062ffb
--- a/scripts/update_tz.sh
+++ b/scripts/update_tz.sh
@@ -12,7 +12,7 @@
if [ $# -lt 1 ];
then
- echo "Usage: $0 version (e.g. '2015b')"
+ echo "Usage: "$0" version (e.g. '2015b')" >&2
exit 1
fi
« no previous file with comments | « scripts/update.sh ('k') | source/data/brkitr/brklocal.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698