Change-Id: I6e3ca65923e51a1c7cfe313dd3ddb399b05c368f
Signed-off-by: Seunghwan Lee <sh.cat.lee@samsung.com>
log "+ Start download from [${RPM_DOWN_SVR}]"
log "+ CMD [${WGET_CMD} -A ${ACCEPT}-[0-9]*rpm -P ${RPM_Directory}/${ROOTSTRAP_TYPE} ${RPM_DOWN_SVR};]"
- ${WGET_CMD} -A ${ACCEPT}-[0-9]*rpm -P ${RPM_Directory}/${ROOTSTRAP_TYPE} ${RPM_DOWN_SVR};
+ ${WGET_CMD} -A "${ACCEPT}-[0-9]*rpm" -P ${RPM_Directory}/${ROOTSTRAP_TYPE} ${RPM_DOWN_SVR};
check_error $? "Fail to wget ${ACCEPT} pkg from ${RPM_DOWN_SVR}"
fi