diff options
author | Thomas Penteker <tek@serverop.de> | 2019-06-06 22:57:15 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2019-06-06 22:57:15 +0200 |
commit | 1847d2bdd9b011b4a961fac01ba44ebcce326db3 (patch) | |
tree | 0f1c1787de7c125d09a85220306f5fb21b3fc73c | |
parent | d8e181624573dd9e171d13782095ca878d063301 (diff) | |
download | prt-utils-1847d2bdd9b011b4a961fac01ba44ebcce326db3.tar.gz prt-utils-1847d2bdd9b011b4a961fac01ba44ebcce326db3.tar.xz |
pkgexport: use -T to support file paths with spaces
-rwxr-xr-x | pkgexport | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ] |