mirror of
https://github.com/php/php-src.git
synced 2026-04-26 01:18:19 +02:00
4e193b4113
This syncs the abs_srcdir and abs_builddir variables assignments between the php-src build and phpize. The `&&` was picked over `;` as it is more rigorous - the pwd command would fail if cd fails for some reason.