diff options
| -rw-r--r-- | src/fr-command-7z.c | 2 | ||||
| -rw-r--r-- | src/fr-command-tar.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/fr-command-7z.c b/src/fr-command-7z.c index 8bb474ea..75d1c8a0 100644 --- a/src/fr-command-7z.c +++ b/src/fr-command-7z.c @@ -343,8 +343,6 @@ fr_command_7z_add (FrCommand *comm, fr_process_add_arg (comm->process, "-bd"); fr_process_add_arg (comm->process, "-bb1"); fr_process_add_arg (comm->process, "-y"); - if (recursive) - fr_process_add_arg (comm->process, "-l"); add_password_arg (comm, comm->password, FALSE); if ((comm->password != NULL) && (*comm->password != 0) diff --git a/src/fr-command-tar.c b/src/fr-command-tar.c index 79c0ad0a..668e40b5 100644 --- a/src/fr-command-tar.c +++ b/src/fr-command-tar.c @@ -664,8 +664,6 @@ fr_command_tar_recompress (FrCommand *comm) fr_process_add_arg (comm->process, "a"); fr_process_add_arg (comm->process, "-bd"); fr_process_add_arg (comm->process, "-y"); - if (g_strcmp0 (comm_tar->compress_command, "7zzs") != 0 && g_strcmp0 (comm_tar->compress_command, "7zz") != 0) - fr_process_add_arg (comm->process, "-l"); new_name = g_strconcat (c_tar->uncomp_filename, ".7z", NULL); fr_process_add_arg_concat (comm->process, new_name, NULL); |
