bjori Tue Feb 6 21:29:51 2007 UTC
Modified files: /phpdoc/scripts functable.php Log: typo http://cvs.php.net/viewvc.cgi/phpdoc/scripts/functable.php?r1=1.14&r2=1.15&diff_format=u Index: phpdoc/scripts/functable.php diff -u phpdoc/scripts/functable.php:1.14 phpdoc/scripts/functable.php:1.15 --- phpdoc/scripts/functable.php:1.14 Tue Feb 6 20:24:22 2007 +++ phpdoc/scripts/functable.php Tue Feb 6 21:29:51 2007 @@ -15,7 +15,7 @@ +----------------------------------------------------------------------+ | Authors: Sean Coates <[EMAIL PROTECTED]> | +----------------------------------------------------------------------+ -$Id: functable.php,v 1.14 2007/02/06 20:24:22 bjori Exp $ +$Id: functable.php,v 1.15 2007/02/06 21:29:51 bjori Exp $ */ // direct the output of this file into phpdoc/phpbook/phpbook-xsl/version.xml @@ -144,7 +144,7 @@ // should probably do this as natively as possible.. @@@fixme exec('which tar', $tar, $success); if($success == 0) { - exec($tar . 'zxf pecl_tarball.tgz'); + exec($tar[0] . ' zxf pecl_tarball.tgz'); } else { fwrite(STDERR, " WARN: CAN'T FIND `tar`! .oO(what kind of system are you running?)"); }