Commit 9a0d2008 authored by Andrew Dunstan's avatar Andrew Dunstan

Fix perl thinko in commit fed6df48

Report and fix from Vaishnavi Prabakaran

Backpatch to 9.4 like original.
parent 34fc6167
...@@ -90,7 +90,7 @@ my $proc = $command{$what}; ...@@ -90,7 +90,7 @@ my $proc = $command{$what};
exit 3 unless $proc; exit 3 unless $proc;
&$proc(@_); &$proc(@ARGV);
exit 0; exit 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment