Skip to content

Commit 512f9bf

Browse files
committed
fix buglet in makedist
1 parent c6f2581 commit 512f9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makedist

+1-1
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
[email protected]:php-src.git;
4040
fi
4141

0 commit comments

Comments
 (0)