diff options
| author | 2025-04-07 10:30:40 +0200 | |
|---|---|---|
| committer | 2025-04-07 10:36:12 +0200 | |
| commit | e27c69792450016ae07a58736e60dc70e7496a74 (patch) | |
| tree | 5f98419a4f89f78806b9e8c6cf9e4b9e07d4d7a1 | |
| parent | d3770941dfa1583909d2fa64a3b613b5775bb786 (diff) | |
| download | kiwi-descriptions-e27c69792450016ae07a58736e60dc70e7496a74.tar.gz kiwi-descriptions-e27c69792450016ae07a58736e60dc70e7496a74.zip | |
kiwi-build: indent conditional body
| -rwxr-xr-x | kiwi-build | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |