Revert a OS X-specific change to PEAR MIME_Type that I accidentally commited.

This commit is contained in:
Zach Copley 2009-11-05 05:59:46 +00:00
parent 527427d3e0
commit 40bf174c01
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ class MIME_Type
return PEAR::raiseError("Can't find file command \"{$fileCmd}\"");
}
$cmd->pushCommand($fileCmd, "-bI " . escapeshellarg($file));
$cmd->pushCommand($fileCmd, "-bi " . escapeshellarg($file));
$res = $cmd->execute();
unset($cmd);