From 5d8ed6de6a52aad35ae2487c51cf096dd0dc9ddc Mon Sep 17 00:00:00 2001 From: Chris Sosa Date: Thu, 29 Apr 2010 10:23:24 -0700 Subject: [PATCH] adds default board to get_latest_image Review URL: http://codereview.chromium.org/1702014 --- get_latest_image.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/get_latest_image.sh b/get_latest_image.sh index edcc1697b5..3cac3ecc73 100755 --- a/get_latest_image.sh +++ b/get_latest_image.sh @@ -10,7 +10,10 @@ # The path to common.sh should be relative to your script's location. . "$(dirname "$0")/common.sh" -DEFINE_string board "" "The name of the board to check for images." +get_default_board + +DEFINE_string board "$DEFAULT_BOARD" \ + "The name of the board to check for images." # Parse command line flags FLAGS "$@" || exit 1