Merge branch 'fix/gsettings-completion-unset-schemadir' into 'main'

completion: make gsettings work in nounset mode

See merge request GNOME/glib!3989
This commit is contained in:
Philip Withnall
2024-04-01 14:04:37 +00:00

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