scripts/bootstrap.sh: fix emerge --resume args
authorZac Medico <zmedico@gentoo.org>
Sun, 19 Jan 2020 04:26:54 +0000 (20:26 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 19 Jan 2020 04:38:13 +0000 (20:38 -0800)
commit6cfec967ac5ad3894f6ce0e6c7289406bd10d480
tree80ff2210017606646190259af74240a9b3313385
parent0a88e5d44f30d9a24afa7fcf77cbcea97a0c1609
scripts/bootstrap.sh: fix emerge --resume args

Since the emerge argument parser change from bug 673400, positional
arguments must come after all optional arguments.

Reviewed-by: Michael Everitt <m.j.everitt@iee.org>
Bug: https://bugs.gentoo.org/673400
Signed-off-by: Zac Medico <zmedico@gentoo.org>
scripts/bootstrap.sh