Skip to content

Commit

Permalink
added missing information for a message
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/Date_Holidays/trunk@249941 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Carsten Lucke committed Jan 5, 2008
1 parent 2e56019 commit c809b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions updatePear.php
Expand Up @@ -14,7 +14,7 @@

if ($_SERVER['argc'] != 4) {
echo 'Wrong execution of file. ';
echo 'Call like that: FILENAME <project-name> <php-interpreter path> ';
echo 'Call like that: FILENAME <project-name> <php-interpreter path> <pear-executable path>';
echo '<pear executable path>';
exit;
}
Expand All @@ -32,7 +32,7 @@
echo printStatus($ret) . "\n";

echo 'Packaging new pear-package-version ';
$lastLine = exec($PEARCMD . ' package -n', $output, $ret);
$lastLine = exec($PEARCMD . ' package -n package.xml', $output, $ret);
echo printStatus($ret) . "\n";

echo 'Installing new pear-package-version ';
Expand Down

0 comments on commit c809b35

Please sign in to comment.