summaryrefslogtreecommitdiff
path: root/pod/pod2html.SH
diff options
context:
space:
mode:
Diffstat (limited to 'pod/pod2html.SH')
-rwxr-xr-xpod/pod2html.SH4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/pod2html.SH b/pod/pod2html.SH
index d37cbbe87c..6aaa5d20e0 100755
--- a/pod/pod2html.SH
+++ b/pod/pod2html.SH
@@ -17,8 +17,8 @@ esac
echo "Extracting pod/pod2html (with variable substitutions)"
rm -f pod2html
$spitshell >pod2html <<!GROK!THIS!
-#!$bin/perl
-eval 'exec $bin/perl -S \$0 \${1+"\$@"}'
+#!$binexp/perl
+eval 'exec perl -S \$0 \${1+"\$@"}'
if \$running_under_some_shell;
!GROK!THIS!