mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-14 07:19:40 +02:00
Less cat abuse
More than 90% of cats were thus terminated. read (shell built-in) is better at reading, and dogs are better pets. Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com>
This commit is contained in:
@@ -31,7 +31,7 @@ set -u -e
|
||||
|
||||
. "include/err.sh"
|
||||
|
||||
projectname="$(cat projectname)"
|
||||
read projectname < projectname
|
||||
opts=""
|
||||
boards=
|
||||
firstoption=""
|
||||
|
||||
@@ -28,7 +28,7 @@ set -u -e
|
||||
|
||||
. "include/err.sh"
|
||||
|
||||
projectname="$(cat projectname)"
|
||||
read projectname < projectname
|
||||
|
||||
cfgsdir="resources/coreboot"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user