mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
53baf370eb
those lines were in the very last part of the hunks. :-)
18 lines
524 B
Plaintext
18 lines
524 B
Plaintext
*** 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;
|
|
|