summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-25 19:55:33 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-25 19:55:33 +0000
commit2d59c48d63a4ae2116ff90d9056779a97ba53c83 (patch)
treee9e9b5d3eb423b7b21f2bc053c5369f3a8cfddc9
parentdbe94418d3e3ea2b350dcff3ed3989667c39e619 (diff)
downloadATCD-2d59c48d63a4ae2116ff90d9056779a97ba53c83.tar.gz
ChangeLogTag:Wed Aug 25 14:53:58 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-rw-r--r--ChangeLog-99b7
-rwxr-xr-xbin/auto_compile8
-rwxr-xr-xbin/run_all.pl4
3 files changed, 15 insertions, 4 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 2a68612acd0..74ea5c17c58 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,10 @@
+Wed Aug 25 14:53:58 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
+
+ * bin/run_all.pl:
+ * bin/auto_compile:
+ The script did not start with the canonical trick to run perl
+ from [t]csh, [ba]sh or perl itself.
+
Wed Aug 25 14:45:06 1999 Ossama Othman <othman@cs.wustl.edu>
* tests/Process_Manager_Test.cpp:
diff --git a/bin/auto_compile b/bin/auto_compile
index faa5a6c72b3..a5079a5fbe3 100755
--- a/bin/auto_compile
+++ b/bin/auto_compile
@@ -1,3 +1,7 @@
+eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
+ & eval 'exec perl -S $0 $argv:q'
+ if 0;
+
# -*- perl -*-
# $Id$
#
@@ -17,10 +21,6 @@
# from the WWW.
#
-eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
- & eval 'exec perl -S $0 $argv:q'
- if 0;
-
# The first three lines above let this script run without specifying the
# full path to perl, as long as it is in the user's PATH.
# Taken from perlrun man page.
diff --git a/bin/run_all.pl b/bin/run_all.pl
index 07b3989da2d..950b61d0e2c 100755
--- a/bin/run_all.pl
+++ b/bin/run_all.pl
@@ -1,3 +1,7 @@
+eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
+ & eval 'exec perl -S $0 $argv:q'
+ if 0;
+
# -*- perl -*-
# $Id$
#