aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@83718e91-0e4f-0410-abf4-91180603181f>2006-05-10 09:10:37 +0000
committertradke <tradke@83718e91-0e4f-0410-abf4-91180603181f>2006-05-10 09:10:37 +0000
commitb604ae173898bfc2a52bb106063b4f125d209502 (patch)
treebe2017c1c1263b3497d4829583d36a0f49511ec7 /schedule.ccl
parent9bedae9b6e1460fb1cc1d9936134d08e56ec38a0 (diff)
Schedule Formaline_OutputSource() after IOUtil_Startup() so that,
if IO::require_empty_output_directory is true, IO::out_dir can be checked before Formaline writes its tarballs into it. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@77 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index e1543c6..db90fed 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -3,7 +3,7 @@
if (output_source)
{
- SCHEDULE Formaline_OutputSource AT startup
+ SCHEDULE Formaline_OutputSource AT startup after IOUtil_Startup
{
LANG: C
} "Output Cactus source tree"