mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-30 02:20:11 +00:00
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…
x
Reference in New Issue
Block a user