summaryrefslogtreecommitdiff
path: root/bin/auto_compile
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 /bin/auto_compile
parentdbe94418d3e3ea2b350dcff3ed3989667c39e619 (diff)
downloadATCD-2d59c48d63a4ae2116ff90d9056779a97ba53c83.tar.gz
ChangeLogTag:Wed Aug 25 14:53:58 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'bin/auto_compile')
-rwxr-xr-xbin/auto_compile8
1 files changed, 4 insertions, 4 deletions
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.