On Sat, 11 Mar 2017 14:21:59 -0800
Mike Frysinger <[email protected]> wrote:
> ---
> targets/support/chroot-functions.sh | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/targets/support/chroot-functions.sh
> b/targets/support/chroot-functions.sh index
> 2f7949280355..b01bbbbda0eb 100755 ---
> a/targets/support/chroot-functions.sh +++
> b/targets/support/chroot-functions.sh @@ -139,6 +139,7 @@
> setup_myemergeopts(){ if [[ "${clst_VERBOSE}" == "true" ]]
> then
> clst_myemergeopts="--verbose"
> + bootstrap_opts="${bootstrap_opts} -v"
> else
> clst_myemergeopts="--quiet"
> bootstrap_opts="${bootstrap_opts} -q"
Looks good, thanks
--
Brian Dolbec <dolsen>