summaryrefslogtreecommitdiff
path: root/pear/System.php
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2003-12-06 22:08:58 +0000
committerGreg Beaver <cellog@php.net>2003-12-06 22:08:58 +0000
commit2361a14e0f8e13a3f8d352ab68b16a1ee2c50fff (patch)
tree8a556241482c49ac6845da1b381fdcec631a41ac /pear/System.php
parent5d7f648f83a0f50834dce9e6a630281038fa8e8c (diff)
downloadphp-git-2361a14e0f8e13a3f8d352ab68b16a1ee2c50fff.tar.gz
MFH
Diffstat (limited to 'pear/System.php')
-rw-r--r--pear/System.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/System.php b/pear/System.php
index 28b66b1cd5..66f48fe49f 100644
--- a/pear/System.php
+++ b/pear/System.php
@@ -66,7 +66,7 @@ class System
function _parseArgs($argv, $short_options, $long_options = null)
{
if (!is_array($argv) && $argv !== null) {
- $argv = preg_split('/\s+/', ': '.$argv);
+ $argv = preg_split('/\s+/', $argv);
}
return Console_Getopt::getopt($argv, $short_options);
}