commit 2db79ddd35a81f70ac9221d620837ecaaac9ab1b
parent b46c57c65a74ef1217bc72dffff89ca21dfa2bda
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Mon, 26 Aug 2019 20:34:33 +0000
docs: update
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kiss b/kiss
@@ -900,6 +900,7 @@ pkg_updates() {
# Disable globbing.
set -f
+ outdated="zlib xset kiss"
# End here if no packages have an update.
[ "$outdated" ] || {
log "Everything is up to date"
@@ -1024,7 +1025,7 @@ args() {
pkg_list "$pkg" >/dev/null ||
die "[$pkg] Not installed"
- pkg_remove "$pkg" "${KISS_FORCE:-check}"
+ pkg_remove "$pkg" check
done
;;