summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-09-29 21:47:29 +0200
committermonsta <[email protected]>2020-01-10 12:26:46 +0300
commitcc555ea98b123e89c7dd8fb3fc6168254837bc9e (patch)
treec6557013759783a40231606270a6b5b686b60abd
parenta9bb04bdef55dfc7eee52121d7c6be02efeff006 (diff)
downloadengrampa-cc555ea98b123e89c7dd8fb3fc6168254837bc9e.tar.bz2
engrampa-cc555ea98b123e89c7dd8fb3fc6168254837bc9e.tar.xz
7z: Don't set the work directory, i.e. use temporary directory
closes https://github.com/mate-desktop/engrampa/issues/200
-rw-r--r--src/fr-command-7z.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fr-command-7z.c b/src/fr-command-7z.c
index 33e3b3b..994061a 100644
--- a/src/fr-command-7z.c
+++ b/src/fr-command-7z.c
@@ -332,7 +332,6 @@ fr_command_7z_add (FrCommand *comm,
if (base_dir != NULL) {
fr_process_set_working_dir (comm->process, base_dir);
- fr_process_add_arg_concat (comm->process, "-w", base_dir, NULL);
}
if (is_mime_type (comm->mime_type, "application/zip")