Skip to content

Commit

Permalink
Allow local override of PHPROOT in makedist
Browse files Browse the repository at this point in the history
  • Loading branch information
dsp committed Mar 20, 2013
1 parent 66b4e5c commit 52171ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion makedist
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ if test "${1}" = "1" -a "${2}" -lt "28"; then
fi
IFS="$old_IFS"

[email protected]:php-src.git
if test "$PHPROOTx" == "x"; then
[email protected]:php-src.git;
fi

LT_TARGETS='ltconfig ltmain.sh config.guess config.sub'

if echo '\c' | grep -s c >/dev/null 2>&1
Expand Down

0 comments on commit 52171ae

Please sign in to comment.