1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +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:
Andrew Dunstan
2017-05-02 08:20:11 -04:00
parent 1fdc3f6e8a
commit f06caa09d9

View File

@ -90,7 +90,7 @@ my $proc = $command{$what};
exit 3 unless $proc; exit 3 unless $proc;
&$proc(@_); &$proc(@ARGV);
exit 0; exit 0;