diff options
| author | Greg Beaver <cellog@php.net> | 2003-12-06 22:08:58 +0000 |
|---|---|---|
| committer | Greg Beaver <cellog@php.net> | 2003-12-06 22:08:58 +0000 |
| commit | 2361a14e0f8e13a3f8d352ab68b16a1ee2c50fff (patch) | |
| tree | 8a556241482c49ac6845da1b381fdcec631a41ac /pear/System.php | |
| parent | 5d7f648f83a0f50834dce9e6a630281038fa8e8c (diff) | |
| download | php-git-2361a14e0f8e13a3f8d352ab68b16a1ee2c50fff.tar.gz | |
MFH
Diffstat (limited to 'pear/System.php')
| -rw-r--r-- | pear/System.php | 2 |
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); } |
