]> granicus.if.org Git - php/commitdiff
fix buglet in makedist
authorStanislav Malyshev <stas@php.net>
Tue, 21 Jan 2014 21:24:52 +0000 (13:24 -0800)
committerStanislav Malyshev <stas@php.net>
Tue, 21 Jan 2014 21:25:23 +0000 (13:25 -0800)
makedist

index f5823d39251b7b9a30dbe2bd4c6e7818785c6599..1b47d7bd82a307ca4e9dab97327bb8aabaad6bb0 100755 (executable)
--- 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