1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/mail/mailagent/files/patch-aj

18 lines
518 B
Plaintext
Raw Normal View History

*** agent/maillist.SH.orig Thu Aug 10 15:38:06 1995
--- agent/maillist.SH Thu Jul 25 19:54:00 1996
***************
*** 17,22 ****
echo "Extracting agent/maillist (with variable substitutions)"
$spitshell >maillist <<!GROK!THIS!
$startperl
! eval "exec perl -S \$0 \$*"
if \$running_under_some_shell;
--- 17,22 ----
echo "Extracting agent/maillist (with variable substitutions)"
$spitshell >maillist <<!GROK!THIS!
$startperl
! eval "exec $perlpath -S \$0 \$*"
if \$running_under_some_shell;