summaryrefslogtreecommitdiff
path: root/build-pkg-rpm
diff options
context:
space:
mode:
Diffstat (limited to 'build-pkg-rpm')
-rw-r--r--build-pkg-rpm2
1 files changed, 1 insertions, 1 deletions
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 >/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