Merge branch 'backport-3989-completion-nounset-glib-2-80' into 'glib-2-80'

Backport !3989 “completion: make gsettings work in nounset mode” to glib-2-80

See merge request GNOME/glib!3992
This commit is contained in:
Emmanuele Bassi 2024-04-01 14:35:46 +00:00
commit 8805299ec4

View File

@ -5,7 +5,7 @@
####################################################################################################
__gsettings() {
local choices coffset schemadir
local choices coffset schemadir=""
if [ ${COMP_CWORD} -gt 2 ]; then
if [ ${COMP_WORDS[1]} = --schemadir ]; then