Skip to content

Commit 07424fb

Browse files
author
csaba
committed
* support/installation/actions.tcl: Proc _tab now passes 1 as 3rd
argument to xcopy.
1 parent 9d39b0e commit 07424fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/installation/actions.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ proc _tab {module libdir} {
4444
xcopy \
4545
[file join $distribution modules $module scripts] \
4646
[file join $libdir $module scripts] \
47-
0 *.tcl
47+
1 *.tcl
4848

4949
xcopyfile \
5050
[file join $distribution modules $module scripts tclIndex] \

0 commit comments

Comments
 (0)