build/release/roms: fix syntax error
Signed-off-by: Leah Rowe <leah@libreboot.org>btrfsvols
parent
fbda0f04db
commit
e5546128ea
|
@ -50,7 +50,7 @@ main()
|
||||||
|
|
||||||
init_check()
|
init_check()
|
||||||
{
|
{
|
||||||
if [ -f version ]; then
|
[ -f version ] && \
|
||||||
version="$(cat version)"
|
version="$(cat version)"
|
||||||
[ -f versiondate ] && \
|
[ -f versiondate ] && \
|
||||||
versiondate="$(cat versiondate)"
|
versiondate="$(cat versiondate)"
|
||||||
|
|
Loading…
Reference in New Issue