[v4,12/13] isar-bootstrap: Align debootstrap calls

Message ID 83772ea0a8cb60d64193d17dcc645a264dc6ed70.1602079290.git.jan.kiszka@siemens.com
State Accepted, archived
Headers show
Series Complete backlog: SDK, assorting fixed and cleanups | expand

Commit Message

Jan Kiszka Oct. 7, 2020, 5:01 a.m. UTC
From: Jan Kiszka <jan.kiszka@siemens.com>

...both indention-wise as well as regarding quoting.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 meta/recipes-core/isar-bootstrap/isar-bootstrap.inc | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Patch

diff --git a/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc b/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc
index b7dc1ab7..0b3ad452 100644
--- a/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc
+++ b/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc
@@ -265,14 +265,13 @@  isar_bootstrap() {
                                "${@get_distro_suite(d, True)}" \
                                "${ROOTFSDIR}" \
                                "${@get_distro_source(d, True)}"
-
             else
-                 "${DEBOOTSTRAP}" $debootstrap_args \
-                                  --arch="${DISTRO_ARCH}" \
-                                  ${@get_distro_components_argument(d, False)} \
-                                  "${@get_distro_suite(d, False)}" \
-                                  "${ROOTFSDIR}" \
-                                  "${@get_distro_source(d, False)}"
+                ${DEBOOTSTRAP} $debootstrap_args \
+                               --arch="${DISTRO_ARCH}" \
+                               ${@get_distro_components_argument(d, False)} \
+                               "${@get_distro_suite(d, False)}" \
+                               "${ROOTFSDIR}" \
+                               "${@get_distro_source(d, False)}"
             fi
 
             # Install apt config