summaryrefslogtreecommitdiff
path: root/script/build/boot/roms
diff options
context:
space:
mode:
authorLeah Rowe <vimuser@noreply.codeberg.org>2023-09-03 14:12:47 +0000
committerLeah Rowe <vimuser@noreply.codeberg.org>2023-09-03 14:12:47 +0000
commit71d361aac7ce790268a5f3454140f23889a56e7d (patch)
tree56a4c321f5ef1eefadc6bfac4275e47f8468ac40 /script/build/boot/roms
parenteebf713311ca333f85d75fafb92fdbd729b4a0ba (diff)
parentef3fb05d66f1b5c94dd65ae2d14b691227d6afbe (diff)
Merge pull request 'Less cat abuse' (#123) from Riku_V/lbmk:cat into master
Reviewed-on: https://codeberg.org/libreboot/lbmk/pulls/123
Diffstat (limited to 'script/build/boot/roms')
-rwxr-xr-xscript/build/boot/roms2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/build/boot/roms b/script/build/boot/roms
index a19d9445..50b1f460 100755
--- a/script/build/boot/roms
+++ b/script/build/boot/roms
@@ -31,7 +31,7 @@ set -u -e
. "include/err.sh"
-projectname="$(cat projectname)"
+read projectname < projectname
opts=""
boards=
firstoption=""