rm subshell usage in docker-php-ext-install for Alpine (#322)

This commit is contained in:
tyranron
2016-11-26 20:44:39 +02:00
committed by Tianon Gravi
parent 9b4c15f44b
commit 5e605399b6

View File

@ -90,7 +90,6 @@ if [ "$pm" = 'apk' ]; then
fi
for ext in $exts; do
(
cd "$ext"
[ -e Makefile ] || docker-php-ext-configure "$ext"
make -j"$j"
@ -101,7 +100,7 @@ for ext in $exts; do
-exec basename '{}' ';' \
| xargs -r docker-php-ext-enable
make -j"$j" clean
)
cd ..
done
if [ "$pm" = 'apk' ] && [ -n "$apkDel" ]; then