summaryrefslogtreecommitdiff
path: root/sysutils/xapply/patches
diff options
context:
space:
mode:
authorepg <epg>2005-07-02 16:52:59 +0000
committerepg <epg>2005-07-02 16:52:59 +0000
commit41faf334e39595dd17db12fafa73b747bdaeb6e6 (patch)
tree7536a1907475f298e3e4d21cb3ee522b0ee2d2cb /sysutils/xapply/patches
parentf6f3ed0db7f9021d12e4261203483fc86c101681 (diff)
downloadpkgsrc-41faf334e39595dd17db12fafa73b747bdaeb6e6.tar.gz
Use /bin/sh as the default shell, not whatever the SHELL environment
variable contains during the build (/usr/pkgsrc/sysutils/xapply/work/.tools/bin/sh).
Diffstat (limited to 'sysutils/xapply/patches')
-rw-r--r--sysutils/xapply/patches/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/xapply/patches/patch-aa b/sysutils/xapply/patches/patch-aa
new file mode 100644
index 00000000000..6d020bed394
--- /dev/null
+++ b/sysutils/xapply/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1 2005/07/02 16:53:00 epg 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' {
+ 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"
+ }