diff options
| author | Leah Rowe <leah@libreboot.org> | 2023-09-04 03:28:11 +0100 | 
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2023-09-04 03:28:11 +0100 | 
| commit | 33e6088a167fefe65e4c246e2fd6cce69372799f (patch) | |
| tree | abdf1f7b74f08cfac4ce73172b1fb3f7ce20607f /lbmk | |
| parent | 2c769dc136ae68d4f0a5e8672ce34cf750727faa (diff) | |
move script/misc/versioncheck to main directory
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'lbmk')
| -rwxr-xr-x | lbmk | 3 | 
1 files changed, 1 insertions, 2 deletions
| @@ -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) | 
