Fix perl thinko in commit fed6df486dca

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 9a8cc157c6
commit df53413ba5

View File

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