From b604ae173898bfc2a52bb106063b4f125d209502 Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 10 May 2006 09:10:37 +0000 Subject: 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 --- schedule.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schedule.ccl') 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" -- cgit v1.2.3