From fbb5b1d4cbddefd296728cf484d9e2f4ae07482a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Mon, 9 Mar 2009 14:15:36 +0100
Subject: [PATCH] More fixes...

Rev: packaging/windows/installer.vbs:1.7
---
 packaging/windows/installer.vbs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packaging/windows/installer.vbs b/packaging/windows/installer.vbs
index 69a6bb6a54..8ba242bd35 100644
--- a/packaging/windows/installer.vbs
+++ b/packaging/windows/installer.vbs
@@ -1,5 +1,5 @@
 '
-' $Id: installer.vbs,v 1.6 2009/03/09 11:42:49 grubba Exp $
+' $Id: installer.vbs,v 1.7 2009/03/09 13:15:36 grubba Exp $
 '
 ' Companion file to bin/install.pike for custom actions.
 '
@@ -18,7 +18,7 @@ Function FinalizePike()
   ' Note: Opening the files in ASCII-mode, there doesn't seem to be any
   '       binary mode. This means that 8-bit characters might get mangled.
   Set source = fso.OpenTextFile(targetdir & "lib\master.pike.in", 1, False, 0)
-  Set dest = fso.CreateTextFile(targetdir & "lib\master.pike", 2, True, 0)
+  Set dest = fso.CreateTextFile(targetdir & "lib\master.pike", True, False)
 
   source_txt = source.ReadAll
 
-- 
GitLab