From 40bf174c0175df2d2de604f6887b90760faab74e Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Thu, 5 Nov 2009 05:59:46 +0000 Subject: [PATCH] Revert a OS X-specific change to PEAR MIME_Type that I accidentally commited. --- extlib/MIME/Type.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extlib/MIME/Type.php b/extlib/MIME/Type.php index e0e9c9ee6e..c335f8d92d 100644 --- a/extlib/MIME/Type.php +++ b/extlib/MIME/Type.php @@ -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);