summaryrefslogtreecommitdiff
path: root/graphics/gimp/files/patch-ab
blob: 4a00a2ad60f95a507540bf85a8623ca3c4a72115 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- plug-ins/common/url.c	Sun Nov  7 19:24:37 1999
+++ plug-ins/common/url.c.new	Sun Nov  7 19:26:39 1999
@@ -151,8 +151,8 @@
     }
   else if (pid == 0)
     {
-      execlp ("wget", "wget", filename, "-O", tmpname, NULL);
-      g_message ("url: exec failed: wget: %s\n", g_strerror(errno));
+      execlp ("fetch", "fetch", filename, "-p -o", tmpname, NULL);
+      g_message ("url: exec failed: fetch: %s\n", g_strerror(errno));
       g_free (tmpname);
       _exit(127);
     }