mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 16:40:07 -07:00
misc: cleanup
This commit is contained in:
parent
66523d5a64
commit
2867bbc10e
8
kiss
8
kiss
@ -54,12 +54,8 @@ pkg_lint() {
|
|||||||
|
|
||||||
# Ensure that the release field in the version file is set
|
# Ensure that the release field in the version file is set
|
||||||
# to something. The above test checks for the version field inclusively.
|
# to something. The above test checks for the version field inclusively.
|
||||||
read -r _ rel < version
|
read -r _ release < version
|
||||||
[ "$rel" ] || die "Release field not found in version file."
|
[ "$release" ] || die "Release field not found in version file."
|
||||||
|
|
||||||
# Unset this variable so it isn't used again on a failed
|
|
||||||
# source. There's no 'local' keyword in POSIX sh.
|
|
||||||
rel=
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_search() {
|
pkg_search() {
|
||||||
|
Loading…
Reference in New Issue
Block a user