diff options
Diffstat (limited to 'tool/download.tcl')
| -rwxr-xr-x | tool/download.tcl | 2 |
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 | ||
| 15 | spawn tool/connect | 15 | spawn tool/connect |
| 16 | 16 | ||
| 17 | set atline "@[format %x [expr $core * 32768 / $wordsperline]]" | 17 | set atline "\$ @[format %x [expr $core * 32768 / $wordsperline]]" |
| 18 | send "$atline\n" | 18 | send "$atline\n" |
| 19 | expect -ex "$atline\r\n" | 19 | expect -ex "$atline\r\n" |
| 20 | 20 | ||
