projects
/
kitgen
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f344a7
)
one more line-ending fix
author
Jean-Claude Wippler
<jcw@equi4.com>
Sat, 14 Apr 2007 00:13:48 +0000
(
00:13
+0000)
committer
Jean-Claude Wippler
<jcw@equi4.com>
Sat, 14 Apr 2007 00:13:48 +0000
(
00:13
+0000)
git-svn-id: svn://svn.equi4.com/kitgen/trunk@1461
9e558909
-932a-0410-a563-
af77432da1eb
setupvfs.tcl
patch
|
blob
|
history
diff --git
a/setupvfs.tcl
b/setupvfs.tcl
index ef5e7f8ab67dfea6f58bd24722a78fc1521ca176..4c3113bcc94022a5eac3ad34f7018d7a7d539488 100644
(file)
--- a/
setupvfs.tcl
+++ b/
setupvfs.tcl
@@
-206,6
+206,7
@@
proc vfscopy {argv} {
# and several scripts in lib/vlerq4/ which are loaded before vfs works
set fin [open $src r]
set fout [open $dest w]
+ fconfigure $fout -translation lf
fcopy $fin $fout
close $fin
close $fout