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

Unified Diff: scripts/update.sh

Issue 2732393002: Fix data_files_to_preserve.txt and update.sh (Closed)
Patch Set: Created 3 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 | « scripts/data_files_to_preserve.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/update.sh
diff --git a/scripts/update.sh b/scripts/update.sh
index ee1f90f6638a86fbd603609c4df4b76a0f1278c7..a6f2399fc6e283f11672e6ada0c98646437772b7 100755
--- a/scripts/update.sh
+++ b/scripts/update.sh
@@ -14,7 +14,7 @@ fi
version="$1"
repoprefix="http://source.icu-project.org/repos/icu/icu/tags/release-"
-repo="${repoprefix}${version}"
+repo="${repoprefix}${version}/icu4c"
treeroot="$(dirname "$0")/.."
# Check if the repo for $version is available.
« no previous file with comments | « scripts/data_files_to_preserve.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698