Skip to content

Commit

Permalink
* support/installation/actions.tcl: Proc _tab now passes 1 as 3rd
Browse files Browse the repository at this point in the history
	  argument to xcopy.
  • Loading branch information
csaba committed Jan 10, 2021
1 parent 9d39b0e commit 07424fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/installation/actions.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ proc _tab {module libdir} {
xcopy \
[file join $distribution modules $module scripts] \
[file join $libdir $module scripts] \
0 *.tcl
1 *.tcl

xcopyfile \
[file join $distribution modules $module scripts tclIndex] \
Expand Down

0 comments on commit 07424fb

Please sign in to comment.