summaryrefslogtreecommitdiff
path: root/mail/mailagent/patches/patch-ah
blob: b8df3a24af6fcc17e1c0511061e33f2bbe1184f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*** agent/maildist.SH.orig	Wed Mar 22 05:51:25 1995
--- agent/maildist.SH	Thu Jul 25 19:53:05 1996
***************
*** 17,22 ****
  echo "Extracting agent/maildist (with variable substitutions)"
  $spitshell >maildist <<!GROK!THIS!
  $startperl
! 	eval "exec perl -S \$0 \$*"
  		if \$running_under_some_shell;
  
--- 17,22 ----
  echo "Extracting agent/maildist (with variable substitutions)"
  $spitshell >maildist <<!GROK!THIS!
  $startperl
! 	eval "exec $perlpath -S \$0 \$*"
  		if \$running_under_some_shell;