diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ACE-guidelines.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ACE-guidelines.html b/docs/ACE-guidelines.html index 634f3996ed9..005c3f99368 100644 --- a/docs/ACE-guidelines.html +++ b/docs/ACE-guidelines.html @@ -1025,9 +1025,9 @@ bgcolor="#ffffff"> the following code at the top of the script to pick up perl from the users <code>PATH</code>:<br> <pre> -eval '(exit $?0)' && - eval 'exec perl -S $0 ${1+"$@"}' & - eval 'exec perl -S $0 $argv:q' if 0; +eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' + & eval 'exec perl -S $0 $argv:q' + if 0; </pre><p> <li>Never, never, never start the first line of a script |