Skip to content

remove -l flag to 7z a

Alex Xu requested to merge alexxu/ark:7z-symlinks into master

7z a -l flag was added in ace27733 "[GSoC] Implement AddTo, Rename, Copy, Move, Paste Actions and Jobs" without explanation. -l causes p7zip to follow symlinks when adding files. this is inconsistent with other ark plugins, unintuitive, and not supported by upstream 7zip. therefore, remove it.

Merge request reports