Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59b237b

Browse files
committed
fix gen_probackup_project.pl for generate Windows project
1 parent 4d478e3 commit 59b237b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen_probackup_project.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ BEGIN
77
if (@ARGV==1)
88
{
99
$pgsrc = shift @ARGV;
10-
if($pgsrc == "--help"){
10+
if($pgsrc eq "--help"){
1111
print STDERR "Usage $0 pg-source-dir \n";
1212
print STDERR "Like this: \n";
1313
print STDERR "$0 C:/PgProject/postgresql.10dev/postgrespro \n";

0 commit comments

Comments
 (0)