move script/misc/versioncheck to main directory

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-09-04 03:28:11 +01:00
parent 2c769dc136
commit 33e6088a16
2 changed files with 1 additions and 2 deletions

3
lbmk
View File

@ -68,8 +68,7 @@ main()
option="${2}"
shift 2
./script/misc/versioncheck || \
fail "Cannot check lbmk version"
./checkversion || fail "Cannot check lbmk version"
case "${option}" in
list)