commit 56e84cac42e836398e7c415434a3c7eaa83eea2f
parent 6e446059b1c0a237a87bf125221f2a726ce859e4
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Sat, 21 Sep 2019 19:12:16 +0300
kiss: remove useless comments
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/kiss b/kiss
@@ -40,8 +40,6 @@ pkg_lint() {
[ -x build ] || die "[$1] Build file not found or not executable"
[ -s version ] || die "[$1] Version file not found or empty"
- # Ensure that the release field in the version file is set
- # to something. The above test checks for the version field inclusively.
read -r _ release < version
[ "$release" ] || die "Release field not found in version file"
}