Skip to content

Commit d5f79e4

Browse files
committed
Merge branch 'PHP-5.6'
* PHP-5.6: fix CVE ref for bug #66060 fix CVE ref for bug #66060 fix buglet in makedist 5.4.26 next fix news
2 parents 4b71487 + 34ad838 commit d5f79e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makedist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if test "${1}" = "1" -a "${2}" -lt "28"; then
3535
fi
3636
IFS="$old_IFS"
3737

38-
if test "$PHPROOTx" == "x"; then
38+
if test "x$PHPROOT" == "x"; then
3939
PHPROOT=git@git.php.net:php-src.git;
4040
fi
4141

0 commit comments

Comments
 (0)