Skip to content

completion: Declare variables as local in gio completion script

Philip Withnall requested to merge pwithnall/glib:2275-gio-script-local into master

Most variables were, but a few were not declared as local, and hence leaked into the calling environment every time someone tab-completed the gio command.

Signed-off-by: Philip Withnall pwithnall@endlessos.org

Fixes: #2275 (closed)

Merge request reports