mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
build/release/roms: fix syntax error
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -50,7 +50,7 @@ main()
|
||||
|
||||
init_check()
|
||||
{
|
||||
if [ -f version ]; then
|
||||
[ -f version ] && \
|
||||
version="$(cat version)"
|
||||
[ -f versiondate ] && \
|
||||
versiondate="$(cat versiondate)"
|
||||
|
||||
Reference in New Issue
Block a user