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