1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +03:00

Adjust the mkshellc.tcl script so that the generated code always uses

unix-style line endings.

FossilOrigin-Name: 9f69af4dbcb273519fa87b7868f3792560fb71b192f4ffe53b8b465334da5ae4
This commit is contained in:
drh
2021-06-16 15:56:09 +00:00
parent d95a652025
commit a4df1bd5ff
3 changed files with 9 additions and 8 deletions

View File

@ -11,6 +11,7 @@
#
set topdir [file dir [file dir [file normal $argv0]]]
set out stdout
fconfigure stdout -translation binary
puts $out {/* DO NOT EDIT!
** This file is automatically generated by the script in the canonical
** SQLite source tree at tool/mkshellc.tcl. That script combines source