kiss: more cleanup

This commit is contained in:
Dylan Araps 2020-09-12 18:08:33 +03:00
parent e7c934167e
commit 0e76fa9107
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 3 deletions

5
kiss
View File

@ -151,8 +151,7 @@ pkg_find() {
return 1
}
[ -z "$all" ] ||
printf '%s\n' "$@"
[ -z "$all" ] || printf '%s\n' "$@"
}
pkg_list() {
@ -350,7 +349,7 @@ pkg_extract() {
cp -f "$src_dir/$1/${src##*/}" .
else
die "$1" "Local file $src not found"
die "$1" "file $src not found"
fi
;;
esac