Skip to content

Commit 380ddb0

Browse files
committed
fix typo
Signed-off-by: Jack Luar <[email protected]>
1 parent 8ce5406 commit 380ddb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/util.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
proc log_cmd { cmd args } {
22
# log the command, escape arguments with spaces
3-
set log_cmd "$cmd[join [lmap arg $args { format " %s" [expr { [string mtch {* *} $arg] ? "\"$arg\"" : "$arg" }] }] ""]"
3+
set log_cmd "$cmd[join [lmap arg $args { format " %s" [expr { [string match {* *} $arg] ? "\"$arg\"" : "$arg" }] }] ""]"
44
puts $log_cmd
55
set start [clock seconds]
66
set result [uplevel 1 [list $cmd {*}$args]]

0 commit comments

Comments
 (0)