X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fbuild-tools.git;a=blobdiff_plain;f=create_golden_image.sh;fp=create_golden_image.sh;h=307da830cba607150121cd31a898a3a91192c3f9;hp=19dad3818d013d9ec51435eec91f0735b7fdec3c;hb=a33a1371ea84b70034bc17046078d1482e81f7a5;hpb=900738828f48bade06f69c1e3a8f6fb988b97950 diff --git a/create_golden_image.sh b/create_golden_image.sh index 19dad38..307da83 100755 --- a/create_golden_image.sh +++ b/create_golden_image.sh @@ -35,7 +35,7 @@ fetch_image() { echo "Download $sourceurl to $WORKTMP/base-img" mkdir -pv $WORKTMP/base-img pushd $WORKTMP/base-img - _run_cmd wget --no-check-certificate --no-verbose -N \ + wget --no-check-certificate --no-verbose -N \ --auth-no-challenge $wget_args \ $sourceurl popd