mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
vendor.sh: tidy up check_release()
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+2
-1
@@ -416,7 +416,8 @@ check_release()
|
||||
{
|
||||
[ -L "$archive" ] && \
|
||||
$err "'$archive' is a symlink, not a file - $dontflash"
|
||||
[ -f "$archive" ] || return 1
|
||||
e "$archive" f missing && return 1
|
||||
|
||||
archivename="`basename "$archive"`"
|
||||
[ -z "$archivename" ] && \
|
||||
$err "Cannot determine archive file name - $dontflash"
|
||||
|
||||
Reference in New Issue
Block a user