aboutsummaryrefslogtreecommitdiff
path: root/kiss
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2019-09-21 16:12:16 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2019-09-21 16:12:16 +0000
commit57ec31086fe20fd30b405e8958433c3ca86debc5 (patch)
tree67ed3b8ae673978f41936bbd5529d7a0a66fd711 /kiss
parent4ca0c863aba0409ad7f6d20357412b12d1e5a605 (diff)
downloadcpt-57ec31086fe20fd30b405e8958433c3ca86debc5.tar.gz
kiss: remove useless comments
FossilOrigin-Name: 03294a63df258dc29d11dc9f409bdf412d8863f7564247c13b688fcf090dc51f
Diffstat (limited to 'kiss')
-rwxr-xr-xkiss2
1 files changed, 0 insertions, 2 deletions
diff --git a/kiss b/kiss
index 1b2888e..980c597 100755
--- 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"
}