Added
Link Here
|
0 |
- |
1 |
--- src/fr-command-7z.c.orig 2021-05-01 19:02:13 UTC |
|
|
2 |
+++ src/fr-command-7z.c |
3 |
@@ -325,8 +325,11 @@ fr_command_7z_add (FrCommand *command, |
4 |
fr_process_add_arg (command->process, "-bd"); |
5 |
fr_process_add_arg (command->process, "-bb1"); |
6 |
fr_process_add_arg (command->process, "-y"); |
7 |
- if (follow_links) |
8 |
- fr_process_add_arg (command->process, "-l"); |
9 |
+ if (! follow_links) |
10 |
+ { |
11 |
+ fr_process_add_arg (command->process, "-snh"); |
12 |
+ fr_process_add_arg (command->process, "-snl"); |
13 |
+ } |
14 |
add_password_arg (command, archive->password, FALSE); |
15 |
if ((archive->password != NULL) |
16 |
&& (*archive->password != 0) |