Skip to content

Commit a7a06b9

Browse files
committed
ts: improve Tcl file detection for lint testsuite
1 parent e97562b commit a7a06b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/lint.00-init/005-init_ts.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ foreach fpath $scan_files {
9090
{Bourne-Again shell script*} {
9191
lappend lint_files(bash) $fpath
9292
}
93-
{*tclsh script*} {
93+
{*tclsh script*} - {Tcl/Tk script*} {
9494
lappend lint_files(tcl) $fpath
9595
}
9696
}

0 commit comments

Comments
 (0)