GIT: perform LF normalization

This commit is contained in:
Gary Sharp
2013-02-28 17:15:46 +11:00
parent 989f08a24d
commit 7d9be5620d
729 changed files with 300734 additions and 300712 deletions
@@ -1,11 +1,11 @@
Option Explicit
Dim objShell, BootstrapperLocation
Set objShell = CreateObject("WScript.Shell")
BootstrapperLocation = Mid(WScript.ScriptFullName, 1, InStrRev(WScript.ScriptFullName, "\")) & "\Disco.ClientBootstrapper.exe"
Call objShell.Run("""" & BootstrapperLocation & """ /Install", , True)
Option Explicit
Dim objShell, BootstrapperLocation
Set objShell = CreateObject("WScript.Shell")
BootstrapperLocation = Mid(WScript.ScriptFullName, 1, InStrRev(WScript.ScriptFullName, "\")) & "\Disco.ClientBootstrapper.exe"
Call objShell.Run("""" & BootstrapperLocation & """ /Install", , True)
WScript.Echo "Disco Client Bootstrapper Installed"