mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-06 17:36:14 +01: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:
commit
8805299ec4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user