summaryrefslogtreecommitdiff
path: root/archivers/file-roller/patches/patch-aa
blob: 9438e69e183e7de4ef3383e3451a33aeaea8d42b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-aa,v 1.4 2005/04/20 16:12:45 drochner Exp $

--- src/fr-command-tar.c.orig	2005-04-11 22:54:35.000000000 +0200
+++ src/fr-command-tar.c
@@ -212,6 +212,7 @@ add_compress_arg (FRCommand *comm)
 static void
 begin_tar_command (FRCommand *comm)
 {
+#if 0
 	char       *path = NULL;
 	const char *prev_path = NULL;
 	char       *temp = NULL;
@@ -233,6 +234,8 @@ begin_tar_command (FRCommand *comm)
 	temp = g_strdup_printf ("PATH=%s", prev_path);
 	putenv (temp);
 	g_free (temp);
+#endif
+	fr_process_begin_command (comm->process, FILEROLLER_TAR);
 }