summaryrefslogtreecommitdiff
path: root/src/ivytcl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivytcl.c')
-rw-r--r--src/ivytcl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ivytcl.c b/src/ivytcl.c
index ed23713..6806d49 100644
--- a/src/ivytcl.c
+++ b/src/ivytcl.c
@@ -64,6 +64,7 @@ void IvyChannelInit(void)
#endif
if ( channel_initialized ) return;
+ Tcl_FindExecutable(NULL);
/* pour eviter les plantages quand les autres applis font core-dump */
#ifndef WIN32
signal( SIGPIPE, SIG_IGN);