1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-12-24 08:00:05 -07:00

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

2
kiss
View File

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