1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-05 09:19:17 +03:00

Fix bad macro call noticed by MSVC compiler.

This commit is contained in:
Andrew Dunstan 2011-05-15 18:45:26 -04:00
parent 20bacc9560
commit ec645ef346

View File

@ -2142,7 +2142,7 @@ regression_main(int argc, char *argv[], init_function ifunc, test_function tfunc
SYSTEMQUOTE "\"%s\" -C \"%s/%s\" DESTDIR=\"%s/install\" install >> \"%s/log/install.log\" 2>&1" SYSTEMQUOTE, SYSTEMQUOTE "\"%s\" -C \"%s/%s\" DESTDIR=\"%s/install\" install >> \"%s/log/install.log\" 2>&1" SYSTEMQUOTE,
makeprog, top_builddir, sl->str, temp_install, outputdir); makeprog, top_builddir, sl->str, temp_install, outputdir);
#else #else
fprintf(stderr, _("\n%s: --extra-install option not supported on this platform\n", progname)); fprintf(stderr, _("\n%s: --extra-install option not supported on this platform\n"), progname);
exit_nicely(2); exit_nicely(2);
#endif #endif