summaryrefslogtreecommitdiff
path: root/bin/auto_compile
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-03 18:53:22 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-03 18:53:22 +0000
commit8f7df79b94ddfa8c04fd148fa3208d22e429faeb (patch)
tree574ce568c71e12902b8b43001f7e184f602c791c /bin/auto_compile
parent3f15270d61865dfa4a9b012df75fd47e803d4acb (diff)
downloadATCD-8f7df79b94ddfa8c04fd148fa3208d22e429faeb.tar.gz
ChangeLogTag:Fri Sep 3 13:52:43 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'bin/auto_compile')
-rwxr-xr-xbin/auto_compile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/auto_compile b/bin/auto_compile
index a5079a5fbe3..41068e5c921 100755
--- a/bin/auto_compile
+++ b/bin/auto_compile
@@ -67,7 +67,7 @@ while ($#ARGV >= 0) {
$dont_update = 1;
shift;
} elsif ($ARGV[0] eq "-dont_run") {
- $dont_update = 1;
+ $dont_run = 1;
shift;
} elsif ($ARGV[0] eq "-pre_realclean") {
$pre_realclean = 1;