From 5c575b27f8ece89439fc218bfacaba87ec1b2d99 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 17 Apr 2012 22:00:59 -0400 Subject: [PATCH] fix typo --- bootstrap.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index 217dabd2c8..a3f5f26eca 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -445,6 +445,11 @@ bootstrap_libs() { continue ;; esac + if ! ${BGJOB}; then + libbootstrap ${i} ; + else + ((libbootstrap ${i} ; ) &) + fi done }