simplify initialising variables in shell scripts

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-09-30 18:41:57 +01:00
parent 49b266eb42
commit 0a0defd325
10 changed files with 51 additions and 122 deletions
+1 -2
View File
@@ -7,8 +7,7 @@ set -u -e
. "include/err.sh"
mode=""
project=""
eval "$(setvars "" mode project)"
main()
{