lbmk/include
Leah Rowe 8da2559b35 option.sh: fix bad check for version/versiondate
i was checking whether it's a directory, whereas i should
have been checking whether it's a file. this is a workaround
put in place in case someone downloaded a tarball from codeberg
which is pre-generated per commit. in this situation, the
version and versiondate files do not exist, but the design
of the build system requires that they do exist.

the existing check is correct except for this bug, so fix
the bug. check that they are files, not directories

Signed-off-by: Leah Rowe <leah@libreboot.org>
2024-05-25 14:37:40 +01:00
..
git.sh git.sh: break if a submodule clone succeeds 2024-05-24 21:43:10 +01:00
mrc.sh mrc.sh: remove redundant function extract_ref() 2024-05-11 22:48:51 +01:00
option.sh option.sh: fix bad check for version/versiondate 2024-05-25 14:37:40 +01:00
vendor.sh vendor.sh: further simplify config handling 2024-05-18 19:51:40 +01:00