Skip to content

Drop useless "-l" switch when adding files to 7z archive

Max Brazhnikov requested to merge makc/ark:p7zip into master

"-l" switch (don't store symlinks, store files/directories they point to) is noop for p7zip since the problem has been fixed in the original 7-Zip codebase. In addition, this switch breaks compatibility with original 7-Zip.

Tested with p7zip-16.02 and 7-Zip-21.07

Merge request reports