From 57ec31086fe20fd30b405e8958433c3ca86debc5 Mon Sep 17 00:00:00 2001 From: "dylan.araps@gmail.com" Date: Sat, 21 Sep 2019 16:12:16 +0000 Subject: kiss: remove useless comments FossilOrigin-Name: 03294a63df258dc29d11dc9f409bdf412d8863f7564247c13b688fcf090dc51f --- kiss | 2 -- 1 file changed, 2 deletions(-) (limited to 'kiss') 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" } -- cgit v1.2.3