blob: 86395d79955b61613c13e0956623a0cfa2440fae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-ak,v 1.2 1999/12/26 17:35:43 itojun Exp $
*** agent/mailpatch.SH.orig Wed Mar 22 05:51:24 1995
--- agent/mailpatch.SH Thu Jul 25 19:56:34 1996
***************
*** 17,22 ****
echo "Extracting agent/mailpatch (with variable substitutions)"
$spitshell >mailpatch <<!GROK!THIS!
$startperl
! eval "exec perl -S \$0 \$*"
if \$running_under_some_shell;
--- 17,22 ----
echo "Extracting agent/mailpatch (with variable substitutions)"
$spitshell >mailpatch <<!GROK!THIS!
$startperl
! eval "exec $perlpath -S \$0 \$*"
if \$running_under_some_shell;
|