build/release/roms: use tabs for indentation

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-05-20 19:15:50 +01:00
parent fff5fa53ff
commit 2983309006
+15 -15
View File
@@ -5,18 +5,18 @@
# #
# Copyright (C) 2020,2021,2022,2023 Leah Rowe <info@minifree.org> # Copyright (C) 2020,2021,2022,2023 Leah Rowe <info@minifree.org>
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or # the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version. # (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of # but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
# This script assumes that the working directory is the root # This script assumes that the working directory is the root
@@ -42,13 +42,13 @@ if [ ! -d "bin/" ]; then
fi fi
[ ! -d "release/" ] && \ [ ! -d "release/" ] && \
mkdir -p release/ mkdir -p release/
[ ! -d "release/${version}/" ] && \ [ ! -d "release/${version}/" ] && \
mkdir -p "release/${version}/" mkdir -p "release/${version}/"
[ -d "release/${version}/roms/" ] && \ [ -d "release/${version}/roms/" ] && \
rm -Rf "release/${version}/roms/" rm -Rf "release/${version}/roms/"
[ ! -d "release/${version}/roms/" ] && \ [ ! -d "release/${version}/roms/" ] && \
mkdir -p "release/${version}/roms/" mkdir -p "release/${version}/roms/"
printf "Building ROM image archives for version %s\n" "${version}" printf "Building ROM image archives for version %s\n" "${version}"
@@ -57,7 +57,7 @@ for romdir in bin/*; do
echo ${target} echo ${target}
if [ ! -d "${romdir}/" ]; then if [ ! -d "${romdir}/" ]; then
continue continue
fi fi
CONFIG_HAVE_MRC="y" CONFIG_HAVE_MRC="y"