From: Jean-Claude Wippler Date: Sat, 14 Apr 2007 00:13:48 +0000 (+0000) Subject: one more line-ending fix X-Git-Url: http://privyetmir.co.uk/gitweb.cgi?a=commitdiff_plain;h=1fd7b11416fbb0cb4e6f9961dbacfcbd6b4cd484;p=kitgen one more line-ending fix git-svn-id: svn://svn.equi4.com/kitgen/trunk@1461 9e558909-932a-0410-a563-af77432da1eb --- diff --git a/setupvfs.tcl b/setupvfs.tcl index ef5e7f8..4c3113b 100644 --- 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