mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 16:38:54 +02:00
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:
@@ -5,7 +5,7 @@
|
|||||||
####################################################################################################
|
####################################################################################################
|
||||||
|
|
||||||
__gsettings() {
|
__gsettings() {
|
||||||
local choices coffset schemadir
|
local choices coffset schemadir=""
|
||||||
|
|
||||||
if [ ${COMP_CWORD} -gt 2 ]; then
|
if [ ${COMP_CWORD} -gt 2 ]; then
|
||||||
if [ ${COMP_WORDS[1]} = --schemadir ]; then
|
if [ ${COMP_WORDS[1]} = --schemadir ]; then
|
||||||
|
Reference in New Issue
Block a user