fix indentation
including: - spaces replaced with tabs for consistency - alignment of `;;` in some case statements changed for consistency Gbp-Dch: Short Closes: #952857
This commit is contained in:
parent
a96107a3f1
commit
36a3ba7634
|
@ -141,6 +141,7 @@ case "${LB_BUILD_WITH_CHROOT}" in
|
||||||
|
|
||||||
_CHROOT_DIR=""
|
_CHROOT_DIR=""
|
||||||
;;
|
;;
|
||||||
|
|
||||||
false)
|
false)
|
||||||
_CHROOT_DIR="chroot"
|
_CHROOT_DIR="chroot"
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -129,8 +129,7 @@ then
|
||||||
mv "${FILE}" binary/${POOL}/${SECTION}/"${LETTER}"/"${SOURCE}"
|
mv "${FILE}" binary/${POOL}/${SECTION}/"${LETTER}"/"${SOURCE}"
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ -e chroot/etc/os-release ]
|
if [ -e chroot/etc/os-release ]; then
|
||||||
then
|
|
||||||
_VERSION="$(. chroot/etc/os-release && echo ${VERSION_ID})"
|
_VERSION="$(. chroot/etc/os-release && echo ${VERSION_ID})"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue