mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-27 20:41:58 +03:00
Slight change to tool/split-sqlite3c.tcl to make it compatible with jimsh
FossilOrigin-Name: fe670ddda933007386eb10facf4048ee88671f74b1fd41dfc3120beb717b8c9e
This commit is contained in:
@ -56,7 +56,7 @@ proc write_one_file {content} {
|
||||
set label $filecnt
|
||||
}
|
||||
set out [open sqlite3-$label.c w]
|
||||
fconfigure $out -translation lf
|
||||
fconfigure $out -translation text
|
||||
puts -nonewline $out $content
|
||||
close $out
|
||||
puts $::out1 "#include \"sqlite3-$filecnt.c\""
|
||||
|
Reference in New Issue
Block a user