diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-07-03 13:44:48 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-07-03 13:44:48 +0000 |
commit | f010c51537c7bed8a787b79a00519a8284e8c685 (patch) | |
tree | 2ecfecd211a9600f2bc453186f5442d71e322ddb | |
parent | 36c2354591038cbddc88607d86f7f74534245fa6 (diff) | |
download | cpt-f010c51537c7bed8a787b79a00519a8284e8c685.tar.gz |
kiss-new: Polish
FossilOrigin-Name: f8fd3bc799286ba78371172ef46280fd9105955b3b7f4c85d50a45133da076ac
-rwxr-xr-x | kiss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ pkg_lint() { [ -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 checksums ] || die "[$1]: Checksums file not found." + [ -f checksums ] || die "[$1]: Checksums file not found ('$0 checksums $1')." # Ensure that the release field in the version file is set # to something. |