summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-05-31 08:17:05 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-05-31 08:17:24 +0200
commitbeaed540ee2f8a2cd3f2568bc9fd7211c78ae7dd (patch)
tree40f415c30e00144ff31050609f71117a6cdfcf32 /scripts
parentc4dd3b50ce90c145bdf611cf822ea093e96c011b (diff)
downloadptxdist-beaed540ee2f8a2cd3f2568bc9fd7211c78ae7dd.tar.gz
ptxdist-beaed540ee2f8a2cd3f2568bc9fd7211c78ae7dd.tar.xz
ptxd_make_xpkg_pkg: add missing '&&'
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/ptxd_make_xpkg_pkg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_xpkg_pkg.sh b/scripts/lib/ptxd_make_xpkg_pkg.sh
index f5be3ac6a..c9f7d5526 100644
--- a/scripts/lib/ptxd_make_xpkg_pkg.sh
+++ b/scripts/lib/ptxd_make_xpkg_pkg.sh
@@ -320,7 +320,7 @@ install ${cmd}:
elif [ -z "${strip}" ]; then
strip="y"
fi
- fi
+ fi &&
case "${strip}" in
0|n|no|N|NO)