[Starkit] can't source sdx.kit

Uwe Koloska koloska at voiceinterconnect.de
Tue May 9 12:55:40 CEST 2006


Hello,

the second patch hunk must be changed to

---------------------------------------------------------------------------
--- sdx.vfs/lib/app-sdx/sdx.tcl~
+++ sdx.vfs/lib/app-sdx/sdx.tcl
@@ -56,4 +56,5 @@
     uplevel #0 [list source [file join $b $a.tcl]]
 }

-run_sdx
+if {![info exists ::__startup] || $::__startup ne "sourced"} run_sdx
---------------------------------------------------------------------------

Uwe


More information about the Starkit mailing list