Add double quotation
authorSeunghwan Lee <sh.cat.lee@samsung.com>
Tue, 25 Apr 2017 02:39:47 +0000 (11:39 +0900)
committerSeunghwan Lee <sh.cat.lee@samsung.com>
Tue, 25 Apr 2017 02:39:47 +0000 (11:39 +0900)
Change-Id: I6e3ca65923e51a1c7cfe313dd3ddb399b05c368f
Signed-off-by: Seunghwan Lee <sh.cat.lee@samsung.com>
script/rootstrap_gen_1.0.sh

index 1b254dc..661c974 100755 (executable)
@@ -107,7 +107,7 @@ function download_rpm()
 
             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