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-ai

18 lines
518 B
Plaintext
Raw Normal View History

*** agent/mailhelp.SH.orig Wed Mar 22 05:51:24 1995
--- agent/mailhelp.SH Thu Jul 25 19:56:16 1996
***************
*** 17,22 ****
echo "Extracting agent/mailhelp (with variable substitutions)"
$spitshell >mailhelp <<!GROK!THIS!
$startperl
! eval "exec perl -S \$0 \$*"
if \$running_under_some_shell;
--- 17,22 ----
echo "Extracting agent/mailhelp (with variable substitutions)"
$spitshell >mailhelp <<!GROK!THIS!
$startperl
! eval "exec $perlpath -S \$0 \$*"
if \$running_under_some_shell;