pkgsrc/sysutils/xapply/patches/patch-aa
epg 8e159ce0ef 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).
2005-07-02 16:52:59 +00:00

14 lines
389 B
Text

$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"
}