summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2019-06-06 22:57:15 +0200
committerThomas Penteker <tek@serverop.de>2019-06-06 22:57:15 +0200
commit1847d2bdd9b011b4a961fac01ba44ebcce326db3 (patch)
tree0f1c1787de7c125d09a85220306f5fb21b3fc73c
parentd8e181624573dd9e171d13782095ca878d063301 (diff)
downloadprt-utils-1847d2bdd9b011b4a961fac01ba44ebcce326db3.tar.gz
prt-utils-1847d2bdd9b011b4a961fac01ba44ebcce326db3.tar.xz
pkgexport: use -T to support file paths with spaces
-rwxr-xr-xpkgexport2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgexport b/pkgexport
index 52f40ee..36d85c8 100755
--- a/pkgexport
+++ b/pkgexport
@@ -131,7 +131,7 @@ fi
[ $VERBOSE = 1 ] && TARARGS="-v"
cd /
-bsdtar -c $compression $TARARGS -f "$BIGFILENAME" -n `cat $FILES`
+bsdtar -c $compression $TARARGS -f "$BIGFILENAME" -n -T $FILES
RET=$?
if [ $RET -ne 0 ]

Generated by cgit