What version of the product are you using? On what operating system?
svn latest.
Windows
Please provide any additional information below.
Site.tcl
change
return [uplevel source_org {*}$args]
to
return [uplevel source_org $args]
uplevel concats its arguments together. using {*} causes it go get expanded
twice.
If your filename has a space, it will throw an error.
Original issue reported on code.google.com by tircnf on 18 Nov 2010 at 5:22
Original issue reported on code.google.com by
tircnf
on 18 Nov 2010 at 5:22