Installer: Fix comparisons against strings returned by GetIniString()
commit4a7ca43fc0b5411728932e68f46d3a5ab4969a6b
authorSebastian Schuberth <sschuberth@gmail.com>
Sun, 17 Jan 2010 21:41:35 +0000 (17 22:41 +0100)
committerSebastian Schuberth <sschuberth@gmail.com>
Tue, 9 Mar 2010 13:09:15 +0000 (9 14:09 +0100)
tree5b96eccc67017ed33e3fd7fc966d9710142d97fc
parent69a53d8f9dd755f90e93034e0bd3623ff22f05ff
Installer: Fix comparisons against strings returned by GetIniString()

As GetIniString() automatically removes quotes, i.e. for

SVN_SSH="D:\\Program Files\\TortoiseSVN\\bin\\TortoisePlink.exe"

it returns

D:\\Program Files\\TortoiseSVN\\bin\\TortoisePlink.exe

we also need to remove quotes from strings to compare against.

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
share/WinGit/install.iss