summaryrefslogtreecommitdiffstats
path: root/ds9/library/command.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-07-13 16:55:31 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-07-13 16:55:31 (GMT)
commit8b9583ccfb1d4b9b40a4d2d1c99f7d9e1683301c (patch)
tree9482fe9fc08faa2ab372b76cb960d7aa72dcf07e /ds9/library/command.tcl
parent571948ffda6368c01405c276c8f985497fd01ce3 (diff)
downloadblt-8b9583ccfb1d4b9b40a4d2d1c99f7d9e1683301c.zip
blt-8b9583ccfb1d4b9b40a4d2d1c99f7d9e1683301c.tar.gz
blt-8b9583ccfb1d4b9b40a4d2d1c99f7d9e1683301c.tar.bz2
update parser
Diffstat (limited to 'ds9/library/command.tcl')
-rw-r--r--ds9/library/command.tcl5
1 files changed, 5 insertions, 0 deletions
diff --git a/ds9/library/command.tcl b/ds9/library/command.tcl
index 26e09ad..986d657 100644
--- a/ds9/library/command.tcl
+++ b/ds9/library/command.tcl
@@ -60,6 +60,11 @@ proc ProcessCommand {argv argc} {
YY_FLUSH_BUFFER
yy_scan_string $argv
yyparse
+
+ global file
+ if {$file(load) != 0} {
+ FinishLoadPost
+ }
return
if {0} {