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:
committed by
Douglas Clowes
parent
a182c2f60b
commit
34c0c59594
@@ -73,7 +73,7 @@ proc ::optics::set_guide {row} {
|
|||||||
lappend to_config $guide
|
lappend to_config $guide
|
||||||
lappend to_config [set ${guide}_map($el)]
|
lappend to_config [set ${guide}_map($el)]
|
||||||
}
|
}
|
||||||
drive $to_config
|
eval "drive $to_config"
|
||||||
}
|
}
|
||||||
namespace import ::optics::set_guide
|
namespace import ::optics::set_guide
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user