aboutsummaryrefslogtreecommitdiff
diff options
from:
to:
context:
space:
mode:
authorGravatar Philip Molloy <philip@philipmolloy.com> 2025-04-07 10:30:40 +0200
committerGravatar Philip Molloy <philip@philipmolloy.com> 2025-04-07 10:36:12 +0200
commite27c69792450016ae07a58736e60dc70e7496a74 (patch)
tree5f98419a4f89f78806b9e8c6cf9e4b9e07d4d7a1
parentd3770941dfa1583909d2fa64a3b613b5775bb786 (diff)
downloadkiwi-descriptions-e27c69792450016ae07a58736e60dc70e7496a74.tar.gz
kiwi-descriptions-e27c69792450016ae07a58736e60dc70e7496a74.zip
kiwi-build: indent conditional body
-rwxr-xr-xkiwi-build4
1 files changed, 2 insertions, 2 deletions
diff --git a/kiwi-build b/kiwi-build
index 0644c19..bc1920c 100755
--- a/kiwi-build
+++ b/kiwi-build
@@ -78,9 +78,9 @@ fi
set +e
if [ ! ${kiwi_isolated} ]; then
-kiwi-ng ${debug} --type="${image_type}" --profile="${image_profile}" --kiwi-file="${kiwi_file}" --color-output system build --description "${kiwi_description_dir}" --target-dir "${output_dir}-build" ${kiwibuild_extra_args:+${kiwibuild_extra_args}}
+ kiwi-ng ${debug} --type="${image_type}" --profile="${image_profile}" --kiwi-file="${kiwi_file}" --color-output system build --description "${kiwi_description_dir}" --target-dir "${output_dir}-build" ${kiwibuild_extra_args:+${kiwibuild_extra_args}}
else
-kiwi-ng ${debug} --type="${image_type}" --profile="${image_profile}" --kiwi-file="${kiwi_file}" --color-output system boxbuild --box universal --sshfs-sharing -- --description "${kiwi_description_dir}" --target-dir "${output_dir}-build" ${kiwibuild_extra_args:+${kiwibuild_extra_args}}
+ kiwi-ng ${debug} --type="${image_type}" --profile="${image_profile}" --kiwi-file="${kiwi_file}" --color-output system boxbuild --box universal --sshfs-sharing -- --description "${kiwi_description_dir}" --target-dir "${output_dir}-build" ${kiwibuild_extra_args:+${kiwibuild_extra_args}}
fi
kiwi_status=$?
set -e