summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtool/download.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/download.tcl b/tool/download.tcl
index 596e527..45bf5f0 100755
--- a/tool/download.tcl
+++ b/tool/download.tcl
@@ -14,7 +14,7 @@ if {$::argc > 1} {
14 14
15spawn tool/connect 15spawn tool/connect
16 16
17set atline "@[format %x [expr $core * 32768 / $wordsperline]]" 17set atline "\$ @[format %x [expr $core * 32768 / $wordsperline]]"
18send "$atline\n" 18send "$atline\n"
19expect -ex "$atline\r\n" 19expect -ex "$atline\r\n"
20 20