completion: fix leaky variable

This commit is contained in:
Eli Schwartz 2021-03-10 21:32:37 -05:00
parent 4cb00b3c21
commit 4e1c8e548e
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6

View File

@ -1,6 +1,6 @@
_arch_chroot() {
compopt +o dirnames
local cur prev opts
local cur prev opts i
_init_completion -n : || return
opts="-u -h"