diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-09-21 16:12:16 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-09-21 16:12:16 +0000 |
commit | 57ec31086fe20fd30b405e8958433c3ca86debc5 (patch) | |
tree | 67ed3b8ae673978f41936bbd5529d7a0a66fd711 | |
parent | 4ca0c863aba0409ad7f6d20357412b12d1e5a605 (diff) | |
download | cpt-57ec31086fe20fd30b405e8958433c3ca86debc5.tar.gz |
kiss: remove useless comments
FossilOrigin-Name: 03294a63df258dc29d11dc9f409bdf412d8863f7564247c13b688fcf090dc51f
-rwxr-xr-x | kiss | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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" } |