Fix Ubuntu image fetching.

Set a bash option which has been breaking cold builds due to an extended
glob pattern.

Change-Id: Ideab0fca057eb3744002ae137ac1f988b61bb560
This commit is contained in:
Chris Jones 2013-04-21 21:31:51 +01:00
parent 1001e750e7
commit 3202a8f69c

View File

@ -6,6 +6,8 @@ set -e
[ -n "$ARCH" ]
[ -n "$TARGET_ROOT" ]
shopt -s extglob
IMG_PATH=~/.cache/image-create
DIB_CLOUD_IMAGES=${DIB_CLOUD_IMAGES:-http://cloud-images.ubuntu.com/}
DIB_RELEASE=${DIB_RELEASE:-quantal}