From 512f9bfe8c84353188170c28d97aeb57cb32e7e1 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Tue, 21 Jan 2014 13:24:52 -0800 Subject: [PATCH] fix buglet in makedist --- makedist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makedist b/makedist index f5823d3925..1b47d7bd82 100755 --- a/makedist +++ b/makedist @@ -35,7 +35,7 @@ if test "${1}" = "1" -a "${2}" -lt "28"; then fi IFS="$old_IFS" -if test "$PHPROOTx" == "x"; then +if test "x$PHPROOT" == "x"; then PHPROOT=git@git.php.net:php-src.git; fi -- 2.40.0