diff options
Diffstat (limited to 'unix/mkLinks.tcl')
-rw-r--r-- | unix/mkLinks.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/mkLinks.tcl b/unix/mkLinks.tcl index 3a61387..dd6dc52 100644 --- a/unix/mkLinks.tcl +++ b/unix/mkLinks.tcl @@ -41,7 +41,7 @@ if test "$y" != "xyzzyTestingaverylongfilename.foo"; then fi } -set case_insensitive_test { if test "${CASEINSENSITIVEFS:-}" != "1"; then;} +set case_insensitive_test { if test "${CASEINSENSITIVEFS:-}" != "1"; then} set case_insensitive_test_fi {; fi} foreach file $argv { |