tighten up extract-parallel on osx. Can now use gsplit and bsd split

This commit is contained in:
Hieu Hoang 2015-06-26 12:18:21 +04:00
parent c895fa8255
commit 57e213ed19

View File

@ -374,7 +374,7 @@ sub NumStr($)
sub GetSplitVersion($)
{
my $splitCmd = shift;
my $retVal = system("$splitCmd -h");
my $retVal = system("$splitCmd --help");
if ($retVal != 0) {
return 1;
}