Re: kbs: another problem with windows (solved)
Rene Zaumseil <[email protected]> Fri, 9 Nov 2007 20:40:23 +0100
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
Am Donnerstag, 8. November 2007 14:43 schrieb Uwe Koloska:
> Hello Rene,
>
> there is another problem with the windows version of kbs.tcl. Installing
> a .kit throws an error while trying to set the execute permissions. Since
> this is not available on windows this must be restricted to unix:
>
> if {$::tcl_platform(platform) eq "unix"} {
> file attributes $file -permissions u+x
> }
Sorry, but I can not find permissions settings in my code. Where do you want
to insert this code?
rene