1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-22 11:44:34 +02:00

fix gen_probackup_project.pl for generate Windows project

This commit is contained in:
Victor Spirin 2018-10-23 19:12:23 +03:00
parent 4d478e3dcf
commit 59b237b93e

View File

@ -7,7 +7,7 @@ my $pgsrc="";
if (@ARGV==1) if (@ARGV==1)
{ {
$pgsrc = shift @ARGV; $pgsrc = shift @ARGV;
if($pgsrc == "--help"){ if($pgsrc eq "--help"){
print STDERR "Usage $0 pg-source-dir \n"; print STDERR "Usage $0 pg-source-dir \n";
print STDERR "Like this: \n"; print STDERR "Like this: \n";
print STDERR "$0 C:/PgProject/postgresql.10dev/postgrespro \n"; print STDERR "$0 C:/PgProject/postgresql.10dev/postgrespro \n";