eval the "drive" command to make sure that the parameters aren't interpreted as a single list value.

r2210 | ffr | 2007-10-31 17:09:45 +1100 (Wed, 31 Oct 2007) | 2 lines
This commit is contained in:
Ferdi Franceschini
2007-10-31 17:09:45 +11:00
committed by Douglas Clowes
parent a182c2f60b
commit 34c0c59594

View File

@@ -73,7 +73,7 @@ proc ::optics::set_guide {row} {
lappend to_config $guide
lappend to_config [set ${guide}_map($el)]
}
drive $to_config
eval "drive $to_config"
}
namespace import ::optics::set_guide