I have a standalone TCL script that invokes a system call of another script. To invoke this, I build a command string using a variable called 'cmd'.
To make an extremely long story short (not to mention the countless hours of trying to find a 'global/upvar of cmd'), I found that my cmd...