blob: 4e83d8f946d523453c8bc91347646c3544ac3735 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
*** 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;
|