prefer tabs for indentation

This commit is contained in:
Michael Hudson-Doyle 2018-05-09 10:20:49 +12:00
parent 0c41250141
commit 4fe56fe700

View File

@ -31,17 +31,17 @@ Expire-Date: 0
lb bootstrap "$@" lb bootstrap "$@"
case $PROJECT in case $PROJECT in
ubuntu-cpc) ubuntu-cpc)
if [ "${SUBPROJECT:-}" = minimized ] ; then if [ "${SUBPROJECT:-}" = minimized ] ; then
# Set locale to C.UTF-8 by default for minimized # Set locale to C.UTF-8 by default for minimized
# images. We can do this for all ubuntu-cpc images # images. We can do this for all ubuntu-cpc images
# after further testing, however minimized images # after further testing, however minimized images
# lack locale-gen so a change is more urgent. # lack locale-gen so a change is more urgent.
echo "LANG=C.UTF-8" > chroot/etc/default/locale echo "LANG=C.UTF-8" > chroot/etc/default/locale
fi fi
;; ;;
esac esac
if [ "${SUBPROJECT:-}" = minimized ] \ if [ "${SUBPROJECT:-}" = minimized ] \
&& ! Chroot chroot dpkg -l tzdata 2>&1 |grep -q ^ii; then && ! Chroot chroot dpkg -l tzdata 2>&1 |grep -q ^ii; then