diff options
author | drh <> | 2024-07-30 15:49:02 +0000 |
---|---|---|
committer | drh <> | 2024-07-30 15:49:02 +0000 |
commit | 064b681e9bb2a0230c312c5a48f0797f821b3074 (patch) | |
tree | 5fe74e4aa0dc4aed4b04965d567012f499423bf4 /tool/replace.tcl | |
parent | 07f215ad9e3606253d9bc52d59e46a9c7d9a1b63 (diff) | |
download | sqlite-064b681e9bb2a0230c312c5a48f0797f821b3074.tar.gz sqlite-064b681e9bb2a0230c312c5a48f0797f821b3074.zip |
First attempt at getting the build to work with Tcl 9.0.
FossilOrigin-Name: 6e5bb48a74d63fb8c30528f0005d1763cd2dbb882abf86baf1565721e6bfcf84
Diffstat (limited to 'tool/replace.tcl')
-rw-r--r-- | tool/replace.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tool/replace.tcl b/tool/replace.tcl index e87cb922f..6a462d95f 100644 --- a/tool/replace.tcl +++ b/tool/replace.tcl @@ -4,8 +4,8 @@ # only lines successfully modified with a regular # expression. # -fconfigure stdout -translation binary -encoding binary -fconfigure stderr -translation binary -encoding binary +fconfigure stdout -translation binary +fconfigure stderr -translation binary set mode [string tolower [lindex $argv 0]] set from [lindex $argv 1] set to [lindex $argv 2] |