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

Unified Diff: bin/cros_run_vm_update

Issue 5877007: Fix regression introduced by proxy port. (Closed) Base URL: http://git.chromium.org/git/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: bin/cros_run_vm_update
diff --git a/bin/cros_run_vm_update b/bin/cros_run_vm_update
index 863b66dc653fafb832ca2b902cf1aa5fc7f8b182..53617b6f89c67cdf03535fe647f5971cc363d551 100755
--- a/bin/cros_run_vm_update
+++ b/bin/cros_run_vm_update
@@ -41,7 +41,7 @@ if [ -n "${FLAGS_payload}" ]; then
fi
if [ -n "${FLAGS_proxy_port}" ]; then
- IMAGE_ARGS="--proxy_port=${FLAGS_proxy_port}"
+ IMAGE_ARGS="${IMAGE_ARGS} --proxy_port=${FLAGS_proxy_port}"
fi
$(dirname $0)/../image_to_live.sh \
« 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