summaryrefslogtreecommitdiff
path: root/sysutils/xapply/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xapply/patches/patch-aa')
-rw-r--r--sysutils/xapply/patches/patch-aa12
1 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/xapply/patches/patch-aa b/sysutils/xapply/patches/patch-aa
index 6d020bed394..f8cc2ce77a1 100644
--- a/sysutils/xapply/patches/patch-aa
+++ b/sysutils/xapply/patches/patch-aa
@@ -1,14 +1,14 @@
-$NetBSD: patch-aa,v 1.1 2005/07/02 16:53:00 epg Exp $
+$NetBSD: patch-aa,v 1.2 2006/01/25 15:28:43 joerg Exp $
--- bin/xapply/xapply.m.orig 2000-08-01 08:21:25.000000000 -0400
+++ bin/xapply/xapply.m
-@@ -56,8 +56,7 @@ integer 'P' {
-
- char* 'S' {
+@@ -30,3 +30,2 @@ static char rcsid[] =
+ extern char **environ;
+-extern int errno;
+ %%
+@@ -58,4 +57,3 @@ char* 'S' {
named "pcShell"
- init getenv "SHELL"
- before 'if ((char *)0 == %n) {%n = "%D/sh/pv";}'
+ before 'if ((char *)0 == %n) {%n = "/bin/sh";}'
param "shell"
- help "the shell to run tasks under"
- }