mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
fix typo
This commit is contained in:
@@ -445,6 +445,11 @@ bootstrap_libs() {
|
||||
continue
|
||||
;;
|
||||
esac
|
||||
if ! ${BGJOB}; then
|
||||
libbootstrap ${i} ;
|
||||
else
|
||||
((libbootstrap ${i} ; ) &)
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user