summaryrefslogtreecommitdiff
path: root/pod/pod2latex.SH
diff options
context:
space:
mode:
Diffstat (limited to 'pod/pod2latex.SH')
-rwxr-xr-xpod/pod2latex.SH4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/pod2latex.SH b/pod/pod2latex.SH
index 7c9d1f6789..45f64232be 100755
--- a/pod/pod2latex.SH
+++ b/pod/pod2latex.SH
@@ -17,8 +17,8 @@ esac
echo "Extracting pod/pod2latex (with variable substitutions)"
rm -f pod2latex
$spitshell >pod2latex <<!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!