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

Unified Diff: archive_build.sh

Issue 5724001: Fix typo where host prebuilts aren't getting updated. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git@master
Patch Set: Created 10 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: archive_build.sh
diff --git a/archive_build.sh b/archive_build.sh
index 74d577ea84a9a34d6c47d1c4145deecf453beaec..fdce71f8ce656b28036b6225127e5faa00fd8634 100755
--- a/archive_build.sh
+++ b/archive_build.sh
@@ -275,7 +275,7 @@ then
prebuilt_cmd="$prebuilt_cmd -u gs://chromeos-prebuilt --git-sync -V master"
prebuilt_cmd="$prebuilt_cmd -p ${GCLIENT_ROOT} -b ${FLAGS_board}"
- if [ "${FLAGS_BOARD}" == "x86-generic" ]
+ if [ "${FLAGS_board}" == "x86-generic" ]
then
prebuilt_cmd="$prebuilt_cmd --sync-host"
fi
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698