blob: 048855bbab92f72ff8582f090c0b775378a1699f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-agent_maillist.SH,v 1.1 2011/12/14 03:03:47 sbd Exp $
--- agent/maillist.SH.orig 2001-03-17 18:31:22.000000000 +0000
+++ agent/maillist.SH
@@ -18,5 +18,5 @@ echo "Extracting agent/maillist (with va
$spitshell >maillist <<!GROK!THIS!
$startperl
- eval "exec perl -S \$0 \$*"
+ eval "exec $perlpath -S \$0 \$*"
if \$running_under_some_shell;
|