From 5c6bafcc31899438695dcf5d5a6f8cdc98fd021a Mon Sep 17 00:00:00 2001 From: "dylan.araps@gmail.com" Date: Mon, 19 Aug 2019 16:56:52 +0000 Subject: misc: cleanup FossilOrigin-Name: df1340daee0b7cd7dc4dd3e445f7183e850a01ead740ef4ca9c9980c6c95b9be --- kiss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kiss') diff --git a/kiss b/kiss index ec1541a..b130762 100755 --- 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. -- cgit v1.2.3