summaryrefslogtreecommitdiff
path: root/resources/scripts/build/release/roms
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-05-20 19:15:50 +0100
committerLeah Rowe <leah@libreboot.org>2023-05-20 19:15:50 +0100
commit2983309006066e06a4fcf300f3f0f98fe4fdac86 (patch)
tree29d222bb776a64bbed266b2dd1793712c38ca6fe /resources/scripts/build/release/roms
parentfff5fa53ff3402821c954f764b44550ef59e374b (diff)
build/release/roms: use tabs for indentation
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'resources/scripts/build/release/roms')
-rwxr-xr-xresources/scripts/build/release/roms30
1 files changed, 15 insertions, 15 deletions
diff --git a/resources/scripts/build/release/roms b/resources/scripts/build/release/roms
index 81949130..06f56c85 100755
--- a/resources/scripts/build/release/roms
+++ b/resources/scripts/build/release/roms
@@ -5,18 +5,18 @@
#
# Copyright (C) 2020,2021,2022,2023 Leah Rowe <info@minifree.org>
#
-# 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
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# 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
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# This script assumes that the working directory is the root
@@ -42,13 +42,13 @@ if [ ! -d "bin/" ]; then
fi
[ ! -d "release/" ] && \
- mkdir -p release/
+ mkdir -p release/
[ ! -d "release/${version}/" ] && \
- mkdir -p "release/${version}/"
+ mkdir -p "release/${version}/"
[ -d "release/${version}/roms/" ] && \
- rm -Rf "release/${version}/roms/"
+ rm -Rf "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}"
@@ -57,7 +57,7 @@ for romdir in bin/*; do
echo ${target}
if [ ! -d "${romdir}/" ]; then
- continue
+ continue
fi
CONFIG_HAVE_MRC="y"