Fix regression introduced by proxy port.

Change-Id: I42a6110d41e79bb0ad50817e2e76b06f7973f6c2

BUG=chromium-os:10434
TEST=Ran it with --test_prefix for delay payload test and it succeeded.

Review URL: http://codereview.chromium.org/5877007
This commit is contained in:
Chris Sosa 2010-12-16 19:37:28 -08:00
parent ea621903e9
commit 78bc7d7415

View File

@ -41,7 +41,7 @@ if [ -n "${FLAGS_payload}" ]; then
fi fi
if [ -n "${FLAGS_proxy_port}" ]; then if [ -n "${FLAGS_proxy_port}" ]; then
IMAGE_ARGS="--proxy_port=${FLAGS_proxy_port}" IMAGE_ARGS="${IMAGE_ARGS} --proxy_port=${FLAGS_proxy_port}"
fi fi
$(dirname $0)/../image_to_live.sh \ $(dirname $0)/../image_to_live.sh \