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 726725d commit 7ef5ffdCopy full SHA for 7ef5ffd
src/tools/msvc/Solution.pm
@@ -3,7 +3,7 @@ package Solution;
3
#
4
# Package that encapsulates a Visual C++ solution file generation
5
6
-# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.47 2009/01/06 18:37:50 mha Exp $
+# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.48 2009/09/19 05:56:50 adunstan Exp $
7
8
use Carp;
9
use strict;
@@ -235,7 +235,7 @@ s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY
235
{
236
print "Generating sql_help.h...\n";
237
chdir('src\bin\psql');
238
- system("perl create_help.pl ../../../doc/src/sgml/ref sql_help.h");
+ system("perl create_help.pl ../../../doc/src/sgml/ref sql_help");
239
chdir('..\..\..');
240
}
241
0 commit comments