Fixed some typo.
authorHiroshi Saito <hiroshi@winpg.jp>
Tue, 17 Dec 2013 14:20:56 +0000 (23:20 +0900)
committerHiroshi Saito <hiroshi@winpg.jp>
Tue, 17 Dec 2013 14:20:56 +0000 (23:20 +0900)
installer/MakeX64.bat

index d56d3566aefd373f480a18058fbb0224f75825c5..e49a84878a5c02776b361576cf7daea6367a2620 100755 (executable)
@@ -47,13 +47,13 @@ if "%USE_SSPI%" == "" (
 :: Please specify the foler name where you placed libpq related dlls.
 :: Currently not used.
 ::
-if "%PGVERSION%" == "" SET PGVESRION=9.3
+if "%PGVERSION%" == "" SET PGVERSION=9.3
 if "%USE_LIBPQ%" == "yes" (
    if "%LIBPQBINDIR%" == "" (
-       if "%PROCESSOR_ARCHITECTURE%" == "x64" (
-           SET LIBPQBINDIR=%ProgramFiles%\PostgreSQL\%PGVERSION%\bin
+       if "%PROCESSOR_ARCHITECTURE%" == "AMD64" (
+           SET LIBPQBINDIR="%ProgramFiles%\PostgreSQL\%PGVERSION%\bin"
        ) else (
-           echo You are setting USE_LIBPQ=%USE_GSS%
+           echo You are setting USE_LIBPQ=%USE_LIBPQ%
            echo Please specify LIBPQBINDIR variable
            echo Press any key to exit ...
            pause > nul