X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=create_golden_image.sh;h=307da830cba607150121cd31a898a3a91192c3f9;hb=refs%2Fchanges%2F05%2F1205%2F1;hp=19dad3818d013d9ec51435eec91f0735b7fdec3c;hpb=4ded4f2a805e9447be90751d7d4fb7e11552e545;p=ta%2Fbuild-tools.git 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