From: Michael Jerris Date: Wed, 18 Apr 2012 02:00:59 +0000 (-0400) Subject: fix typo X-Git-Tag: v1.2-rc1~17^2~204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c575b27f8ece89439fc218bfacaba87ec1b2d99;p=thirdparty%2Ffreeswitch.git fix typo --- 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 }