<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 40: pkgIndex.tcl bug prevents installation in directory w/ space</title><link href="https://sourceforge.net/p/tcljava/bugs/40/" rel="alternate"/><link href="https://sourceforge.net/p/tcljava/bugs/40/feed.atom" rel="self"/><id>https://sourceforge.net/p/tcljava/bugs/40/</id><updated>2006-09-11T18:47:10Z</updated><subtitle>Recent changes to 40: pkgIndex.tcl bug prevents installation in directory w/ space</subtitle><entry><title>pkgIndex.tcl bug prevents installation in directory w/ space</title><link href="https://sourceforge.net/p/tcljava/bugs/40/" rel="alternate"/><published>2006-09-11T18:47:10Z</published><updated>2006-09-11T18:47:10Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net71e5d39379f81e534394202d17ffed175ddec184</id><summary type="html">&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;</summary></entry></feed>