summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-01-21 13:24:52 -0800
committerStanislav Malyshev <stas@php.net>2014-01-21 13:25:23 -0800
commit512f9bfe8c84353188170c28d97aeb57cb32e7e1 (patch)
treecde504036d2194d29436f7a176c6e40c4fe7a2b6
parentc6f2581c39a651ce812e77d4901289910816930d (diff)
downloadphp-git-512f9bfe8c84353188170c28d97aeb57cb32e7e1.tar.gz
fix buglet in makedist
-rwxr-xr-xmakedist2
1 files changed, 1 insertions, 1 deletions
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