mirror of
https://github.com/postgres/postgres.git
synced 2026-06-13 10:40:09 -04:00
Fix perl thinko in commit fed6df486d
Report and fix from Vaishnavi Prabakaran Backpatch to 9.4 like original.
This commit is contained in:
parent
9a8cc157c6
commit
df53413ba5
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ my $proc = $command{$what};
|
|||
|
||||
exit 3 unless $proc;
|
||||
|
||||
&$proc(@_);
|
||||
&$proc(@ARGV);
|
||||
|
||||
exit 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue