From 1847d2bdd9b011b4a961fac01ba44ebcce326db3 Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Thu, 6 Jun 2019 22:57:15 +0200 Subject: pkgexport: use -T to support file paths with spaces --- pkgexport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ] -- cgit v1.2.3