mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Fix perl thinko in commit fed6df486d
Report and fix from Vaishnavi Prabakaran Backpatch to 9.4 like original.
This commit is contained in:
@ -88,7 +88,7 @@ my $proc = $command{$what};
|
||||
|
||||
exit 3 unless $proc;
|
||||
|
||||
&$proc(@_);
|
||||
&$proc(@ARGV);
|
||||
|
||||
exit 0;
|
||||
|
||||
|
Reference in New Issue
Block a user