Skip to content

Commit

Permalink
Fix for missing DIRECTORY_SEPARATOR in message
Browse files Browse the repository at this point in the history
* WINDOWS ENVIRONMENT VARIABLES *
For convenience, a REG file is available under C:\wamp\bin\php\php5.5.12PEAR_ENV.reg .
This file creates ENV variables for the current user.

Double-click this file to add it to the current user registry.
  • Loading branch information
Maxime Rassi committed Aug 23, 2014
1 parent 06b1712 commit 011faf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PEAR/Start/CLI.php
Expand Up @@ -600,7 +600,7 @@ function win32CreateRegEnv()
echo "
* WINDOWS ENVIRONMENT VARIABLES *
For convenience, a REG file is available under {$this->prefix}PEAR_ENV.reg .
For convenience, a REG file is available under {$this->prefix}" . DIRECTORY_SEPARATOR . "PEAR_ENV.reg .
This file creates ENV variables for the current user.
Double-click this file to add it to the current user registry.
Expand All @@ -613,4 +613,4 @@ function displayHTMLProgress()
{
}
}
?>
?>

0 comments on commit 011faf2

Please sign in to comment.