We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ceea9c commit 2ec7cb1Copy full SHA for 2ec7cb1
nsis/postgresql.nsi
@@ -432,7 +432,7 @@ Section $(componentServer) sec1
432
StrCpy $Chcp_text ""
433
${Endif}
434
435
- ${if} ${PRODUCT_NAME} == "PostgreSQL"
+ ${if} "${PRODUCT_NAME}" == "PostgreSQL"
436
437
438
DetailPrint "Language settings:"
@@ -1006,7 +1006,7 @@ Function createRunPsql
1006
1007
1008
1009
1010
1011
1012
0 commit comments