summaryrefslogtreecommitdiff
path: root/docs/ACE-guidelines.html
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-09 03:17:26 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-09 03:17:26 +0000
commitc16ef7b14b4b3ff481c225a576cbdf0990ee9b00 (patch)
tree921bd50e82f573bfd372206a50b0578b2e244910 /docs/ACE-guidelines.html
parentbb4f5af6b223c489e02c01ab721585b2ebb9d94a (diff)
downloadATCD-c16ef7b14b4b3ff481c225a576cbdf0990ee9b00.tar.gz
ChangeLogTag: Thu Jul 08 22:15:50 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'docs/ACE-guidelines.html')
-rw-r--r--docs/ACE-guidelines.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ACE-guidelines.html b/docs/ACE-guidelines.html
index 7fc6ba5c9ff..2621707f4c9 100644
--- a/docs/ACE-guidelines.html
+++ b/docs/ACE-guidelines.html
@@ -1023,9 +1023,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