1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-23 11:22:09 +03:00

Fix a missing brace problem in testrunner.tcl introduced by the previous commit.

FossilOrigin-Name: 1f5e334d98d98cd90a2fb53502015a883d96fed05c04c1c3e1e78c302bede50f
This commit is contained in:
dan
2024-03-11 19:43:43 +00:00
parent 2dbf276e93
commit f4783d4d7f
3 changed files with 8 additions and 8 deletions

View File

@ -719,7 +719,7 @@ proc add_shell_build_job {buildname dirname depid} {
global TRG
if {$TRG(platform)=="win"} {
set path [string map {/ \\} "$dirname/"
set path [string map {/ \\} "$dirname/"]
set copycmd "xcopy /S $TRG(shell) $path"
} else {
set copycmd "cp $TRG(shell) $dirname/"