summaryrefslogtreecommitdiffstats
path: root/ds9/library/command.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library/command.tcl')
-rw-r--r--ds9/library/command.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/ds9/library/command.tcl b/ds9/library/command.tcl
index 986d657..a1196b8 100644
--- a/ds9/library/command.tcl
+++ b/ds9/library/command.tcl
@@ -57,6 +57,7 @@ proc ds9Cmd {argv} {
}
proc ProcessCommand {argv argc} {
+ if {0} {
YY_FLUSH_BUFFER
yy_scan_string $argv
yyparse
@@ -66,8 +67,8 @@ proc ProcessCommand {argv argc} {
FinishLoadPost
}
return
-
- if {0} {
+ }
+
global ds9
global pds9
global help
@@ -495,7 +496,6 @@ proc ProcessCommand {argv argc} {
if {$file(load) != 0} {
FinishLoadPost
}
- }
}
proc CommandLineFileName {item} {