Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d478e3 commit 59b237bCopy full SHA for 59b237b
gen_probackup_project.pl
@@ -7,7 +7,7 @@ BEGIN
7
if (@ARGV==1)
8
{
9
$pgsrc = shift @ARGV;
10
- if($pgsrc == "--help"){
+ if($pgsrc eq "--help"){
11
print STDERR "Usage $0 pg-source-dir \n";
12
print STDERR "Like this: \n";
13
print STDERR "$0 C:/PgProject/postgresql.10dev/postgrespro \n";
0 commit comments