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:
parent
1001e750e7
commit
3202a8f69c
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user