kiss fix bug with updating kiss. See #218

This commit is contained in:
Dylan Araps 2021-07-16 07:42:34 +03:00
parent 8315dd3ddc
commit e87d3670ba
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -1607,6 +1607,7 @@ pkg_update() {
esac esac
set -f set -f
pkg_update=1
case " $* " in case " $* " in
*" kiss "*) *" kiss "*)
@ -1628,7 +1629,6 @@ pkg_update() {
*) *)
log "Packages to update: $*" log "Packages to update: $*"
pkg_update=1
pkg_order "$@" pkg_order "$@"
# Intentional, globbing disabled. # Intentional, globbing disabled.