From 41faf334e39595dd17db12fafa73b747bdaeb6e6 Mon Sep 17 00:00:00 2001 From: epg Date: Sat, 2 Jul 2005 16:52:59 +0000 Subject: 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). --- sysutils/xapply/patches/patch-aa | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sysutils/xapply/patches/patch-aa (limited to 'sysutils/xapply/patches') 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" + } -- cgit v1.2.3