Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3f2a191

Browse files
committed
fix typo in vcregress.pl
1 parent a1b14ae commit 3f2a191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/msvc/vcregress.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# -*-perl-*- hey - emacs - this is a perl file
33

4-
# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.1 2007/09/23 21:52:56 adunstan Exp $
4+
# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.2 2007/09/24 21:14:54 adunstan Exp $
55

66
use strict;
77

@@ -36,7 +36,7 @@
3636
# use a capital C here because config.pl has $config
3737
my $Config = -e "release/postgres/postgres.exe" ? "Release" : "Debug";
3838

39-
copy("$Config/refint/defint.dll","contrib/spi");
39+
copy("$Config/refint/refint.dll","contrib/spi");
4040
copy("$Config/autoinc/autoinc.dll","contrib/spi");
4141
copy("$Config/regress/regress.dll","src/test/regress");
4242

0 commit comments

Comments
 (0)