mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Fix perl thinko in commit fed6df486dca
Report and fix from Vaishnavi Prabakaran Backpatch to 9.4 like original.
This commit is contained in:
parent
34fc616738
commit
9a0d2008c3
@ -90,7 +90,7 @@ my $proc = $command{$what};
|
|||||||
|
|
||||||
exit 3 unless $proc;
|
exit 3 unless $proc;
|
||||||
|
|
||||||
&$proc(@_);
|
&$proc(@ARGV);
|
||||||
|
|
||||||
exit 0;
|
exit 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user