mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
12 lines
363 B
Bash
12 lines
363 B
Bash
$NetBSD: patch-agent_maildist.SH,v 1.1 2011/12/14 03:03:47 sbd Exp $
|
|
|
|
--- agent/maildist.SH.orig 2001-03-17 18:31:22.000000000 +0000
|
|
+++ agent/maildist.SH
|
|
@@ -18,5 +18,5 @@ echo "Extracting agent/maildist (with va
|
|
$spitshell >maildist <<!GROK!THIS!
|
|
$startperl
|
|
- eval "exec perl -S \$0 \$*"
|
|
+ eval "exec $perlpath -S \$0 \$*"
|
|
if \$running_under_some_shell;
|
|
|