<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 40: pkgIndex.tcl bug prevents installation in directory w/ space</title><link>https://sourceforge.net/p/tcljava/bugs/40/</link><description>Recent changes to 40: pkgIndex.tcl bug prevents installation in directory w/ space</description><atom:link href="https://sourceforge.net/p/tcljava/bugs/40/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 11 Sep 2006 18:47:10 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/tcljava/bugs/40/feed.rss" rel="self" type="application/rss+xml"/><item><title>pkgIndex.tcl bug prevents installation in directory w/ space</title><link>https://sourceforge.net/p/tcljava/bugs/40/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In XpUtils, the iload procedure is expecting a list of &lt;br /&gt;
directories.  In pkgIndex.tcl for tclblend, the &lt;br /&gt;
following code is broken if tclblend is installed in a &lt;br /&gt;
directory that contains a space:&lt;/p&gt;
&lt;p&gt;XpUtils::iload -d $dir &lt;/p&gt;
&lt;p&gt;This should be changed to:&lt;/p&gt;
&lt;p&gt;XpUtils::iload -d [list $dir] &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 11 Sep 2006 18:47:10 -0000</pubDate><guid>https://sourceforge.net71e5d39379f81e534394202d17ffed175ddec184</guid></item></channel></rss>