From: jiankang.fan Date: Fri, 4 Dec 2020 02:22:49 +0000 (+0900) Subject: Fix the functional test issue (missing a quote at the end of the line) X-Git-Tag: submit/trunk/20201204.134230^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F77%2F248977%2F1;p=tools%2Fbuild.git Fix the functional test issue (missing a quote at the end of the line) Change-Id: Id8b5b95d6f4ac7f3a82280ec0963e12ba2b715bd Signed-off-by: jiankang.fan --- diff --git a/build-pkg-rpm b/build-pkg-rpm index f8ab32a..470a553 100644 --- a/build-pkg-rpm +++ b/build-pkg-rpm @@ -163,7 +163,7 @@ pkg_preinstall_rpm() { if test "$PAYLOADDECOMPRESS" = "zstd -d" ; then if ! zstd /dev/null 2>&1 ; then test -f "$BUILD_DIR/zstddec.sh" || cleanup_and_exit 3 "no zstd decoder available in host system" - PAYLOADDECOMPRESS="bash $BUILD_DIR/zstddec.sh + PAYLOADDECOMPRESS="bash $BUILD_DIR/zstddec.sh" fi fi if test "$PAYLOADDECOMPRESS" = cat ; then