diff --git a/src/Util/Getopt.php b/src/Util/Getopt.php index 6cc0163f144..430d228b851 100644 --- a/src/Util/Getopt.php +++ b/src/Util/Getopt.php @@ -33,7 +33,6 @@ public static function getopt(array $args, $short_options, $long_options = null) } reset($args); - array_map('trim', $args); while (list($i, $arg) = each($args)) { if ($arg == '') {