commit 66523d5a640ff0a518f21ebe6d7150553215e37c parent 9cce423f27329d7f7eca36858d419ff5d30c71fe Author: Dylan Araps <dylan.araps@gmail.com> Date: Mon, 19 Aug 2019 16:56:53 +0000 misc: cleanup Diffstat:
M | kiss | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/kiss b/kiss @@ -48,9 +48,9 @@ pkg_lint() { cd "$repo_dir" || die "'$repo_dir' not accessible" - [ -f sources ] || die "[$1]: Sources file not found." - [ -x build ] || die "[$1]: Build file not found or not executable." - [ -s version ] || die "[$1]: Version file not found or empty." + [ -f sources ] || die "[$1]: Sources file not found." + [ -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.