fix typo
This commit is contained in:
parent
215d8921a1
commit
5c575b27f8
|
@ -445,6 +445,11 @@ bootstrap_libs() {
|
||||||
continue
|
continue
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
if ! ${BGJOB}; then
|
||||||
|
libbootstrap ${i} ;
|
||||||
|
else
|
||||||
|
((libbootstrap ${i} ; ) &)
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue