TheChymera / mkstage4

Bash Utility for Creating Stage 4 Tarballs
GNU General Public License v3.0
104 stars 22 forks source link

Generate wrong command line with xz #43

Closed nopcall closed 2 years ago

nopcall commented 3 years ago

mkstage4 -C xz tarball

output command:

tar -cpP --ignore-failed-read --xattrs-include='*.*' --numeric-owner --use-compress-prog=/usr/bin/xz -T0  ...

which should be

tar -cpP --ignore-failed-read --xattrs-include='*.*' --numeric-owner --use-compress-prog="/usr/bin/xz -T0"  ...
TheChymera commented 2 years ago

@nopcall thank you for spotting this. Should be solved in https://github.com/TheChymera/mkstage4/commit/ddc9d749013ac04d32b6fd3f9335fb646897a8a2