summaryrefslogtreecommitdiff
path: root/ACE/bin/auto_compile
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/bin/auto_compile')
-rwxr-xr-xACE/bin/auto_compile8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/bin/auto_compile b/ACE/bin/auto_compile
index 914bcabaa18..db6f2158703 100755
--- a/ACE/bin/auto_compile
+++ b/ACE/bin/auto_compile
@@ -17,7 +17,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
# This script requires Perl5.
#
# TODO: Modify the script or split it in such a way that the main copy
-# can be obtained either using cvs or downloading the lastest beta
+# can be obtained either using cvs or downloading the latest beta
# from the WWW.
#
@@ -208,7 +208,7 @@ if ($debug) {
} else {
$config_list->load ($CHECKOUT . '/' . $MODULE . '/' . 'build/' . $BUILD . '/bin/auto_run_tests.lst');
-
+
@RUN_LIST = $config_list->valid_entries ();
}
@@ -247,7 +247,7 @@ sub copy_logs {
}
sub report_errors {
-
+
# First clear the lock, so the next execution works...
unlink $disable_file; # Ignore errors!
@@ -273,7 +273,7 @@ sub report_errors {
close (MAIL); # Ignore errors....
}
}
-
+
# Now send the complete log to bugzilla...
if ($copy_logs) {
copy_logs ();