Menu

#40 pkgIndex.tcl bug prevents installation in directory w/ space

open
nobody
None
5
2006-09-11
2006-09-11
Anonymous
No

In XpUtils, the iload procedure is expecting a list of
directories. In pkgIndex.tcl for tclblend, the
following code is broken if tclblend is installed in a
directory that contains a space:

XpUtils::iload -d $dir

This should be changed to:

XpUtils::iload -d [list $dir]

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.