提交 8dbd62ff authored 作者: Brian West's avatar Brian West

FSBUILD-301

上级 8a6d0f68
......@@ -341,7 +341,7 @@ rm -rf autom4te*.cache
echo "Entering directory ${LIBDIR}/apr-util"
cd ${LIBDIR}/apr-util
if [ "${BGJOB}" == "false" ] ; then
if [ "${BGJOB}" = "false" ] ; then
./buildconf
else
./buildconf &
......@@ -350,14 +350,14 @@ fi
for i in ${SUBDIRS}
do
if [ "${BGJOB}" == "false" ] ; then
if [ "${BGJOB}" = "false" ] ; then
libbootstrap ${i}
else
libbootstrap ${i} &
fi
done
if [ "${BGJOB}" == "true" ] ; then
if [ "${BGJOB}" = "true" ] ; then
wait
fi
cd ${BASEDIR}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论