summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/eg/README
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-11-30 07:49:45 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-11-30 07:49:45 +0000
commiteeacafe7910fb1a4f74af72f94a32acf464b6319 (patch)
tree91e47a98a8a5803678d5e634741442debc7cec27 /gnu/usr.bin/perl/eg/README
parent700df82d5de7cccb990b704f31bed3b5bc128df6 (diff)
perl 5.004_04
Diffstat (limited to 'gnu/usr.bin/perl/eg/README')
-rw-r--r--gnu/usr.bin/perl/eg/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/eg/README b/gnu/usr.bin/perl/eg/README
index 87cfc334f14..15eb6551a37 100644
--- a/gnu/usr.bin/perl/eg/README
+++ b/gnu/usr.bin/perl/eg/README
@@ -13,7 +13,7 @@ of a system to check on and report various kinds of anomalies.
If you machine doesn't support #!, the first thing you'll want to do is
replace the #! with a couple of lines that look like this:
- eval "exec /usr/bin/perl -S $0 $*"
+ eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
if $running_under_some_shell;
being sure to include any flags that were on the #! line. A supplied script