From 07424fb7ecd3eba9accc9d66da750994aea0b42e Mon Sep 17 00:00:00 2001 From: csaba Date: Sun, 10 Jan 2021 10:54:28 +0000 Subject: [PATCH] * support/installation/actions.tcl: Proc _tab now passes 1 as 3rd argument to xcopy. --- support/installation/actions.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/installation/actions.tcl b/support/installation/actions.tcl index db6f0ec9..19f8b378 100644 --- a/support/installation/actions.tcl +++ b/support/installation/actions.tcl @@ -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] \