mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -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
1c88623465
commit
b2ed1c8a46
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ my $proc = $command{$what};
|
|||
|
||||
exit 3 unless $proc;
|
||||
|
||||
&$proc(@_);
|
||||
&$proc(@ARGV);
|
||||
|
||||
exit 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue