Skip to content

Commit 7952e78

Browse files
committed
Use builtin tilde expander on Tcl 8.6
No needs expand tildes by hand.
1 parent 5cadd18 commit 7952e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12487,7 +12487,7 @@ proc tilde_expand {path} {
1248712487
if {$have_tk90} {
1248812488
return [file tildeexpand $path]
1248912489
} else {
12490-
return [file normalize $path]
12490+
return $path
1249112491
}
1249212492
}
1249312493

0 commit comments

Comments
 (0)