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:
parent
4d478e3dcf
commit
59b237b93e
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user