From 22faa4b00068fc50c66614c4e4812273aa231d55 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Tue, 5 Jul 2022 01:31:24 -0400 Subject: New upstream version 25. --- completion/arch-chroot.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'completion/arch-chroot.bash') diff --git a/completion/arch-chroot.bash b/completion/arch-chroot.bash index 707208a..583bd8f 100644 --- a/completion/arch-chroot.bash +++ b/completion/arch-chroot.bash @@ -2,7 +2,7 @@ _arch_chroot() { compopt +o dirnames local cur prev opts i _init_completion -n : || return - opts="-u -h" + opts="-N -u -h" for i in "${COMP_WORDS[@]:1:COMP_CWORD-1}"; do if [[ -d ${i} ]]; then -- cgit v1.2.3