aboutsummaryrefslogtreecommitdiff
path: root/kiss
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2019-08-19 16:56:52 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2019-08-19 16:56:52 +0000
commit5c6bafcc31899438695dcf5d5a6f8cdc98fd021a (patch)
tree3b57b8776f63ce75c3858e583627edbc0a3d9b93 /kiss
parent0ace5b7af5506fbad477ce7d4107f94da2416f4d (diff)
downloadcpt-5c6bafcc31899438695dcf5d5a6f8cdc98fd021a.tar.gz
misc: cleanup
FossilOrigin-Name: df1340daee0b7cd7dc4dd3e445f7183e850a01ead740ef4ca9c9980c6c95b9be
Diffstat (limited to 'kiss')
-rwxr-xr-xkiss6
1 files changed, 3 insertions, 3 deletions
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.