From 29806a5d95c1d97554292fa4172727a72ebbec26 Mon Sep 17 00:00:00 2001 From: levine Date: Thu, 15 Jul 1999 19:29:07 +0000 Subject: ChangeLogTag: Thu Jul 15 14:21:32 1999 David L. Levine --- docs/ACE-guidelines.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') 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 PATH:
-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;
       

  • Never, never, never start the first line of a script -- cgit v1.2.1