summaryrefslogtreecommitdiff
path: root/misc/heyu2/files/patch-x10state
blob: cbde1d1dc59d37c9a7b294d6da75f2fb9bfc1c5f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- x10state.c.orig	2008-06-30 08:49:55.000000000 -0500
+++ x10state.c	2008-06-30 08:50:28.000000000 -0500
@@ -6344,7 +6344,7 @@
    char     *shell;
    LAUNCHER *launcherp;
 
-   if ( configp->script_ctrl == DISABLE )
+   if ( !i_am_state || configp->script_ctrl == DISABLE )
       return 0;
 
    launcherp = configp->launcherp;