aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schedule.ccl3
1 files changed, 2 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 5e5a7bc..08b5f9d 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,7 +1,8 @@
# Schedule definitions for thorn PUGHInterp
# $Header$
-schedule PUGHInterp_Startup at STARTUP after Driver_Startup
+schedule PUGHInterp_Startup at STARTUP after (Driver_Startup \
+ LocalInterp_UC_Startup)
{
LANG:C
} "PUGHInterp startup routine"