build/release/roms: fix syntax error

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-08-31 17:47:56 +01:00
parent fbda0f04db
commit e5546128ea
+1 -1
View File
@@ -50,7 +50,7 @@ main()
init_check()
{
if [ -f version ]; then
[ -f version ] && \
version="$(cat version)"
[ -f versiondate ] && \
versiondate="$(cat versiondate)"