From 682132448e1d73608506f3c5c4d52fc422a207b1 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 12 Mar 2017 09:50:11 -0400 Subject: dump stderr when calling ls-files through completion --- shell/bash-completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/bash-completion b/shell/bash-completion index 339134f..292de56 100644 --- a/shell/bash-completion +++ b/shell/bash-completion @@ -55,7 +55,7 @@ _asp() { case $verb in show) if (( i < ${#COMP_WORDS[@]} - 2 )); then - comps=$(\asp ls-files "${COMP_WORDS[i+1]}") + comps=$(\asp ls-files "${COMP_WORDS[i+1]}" 2>/dev/null) fi ;; '') -- cgit v1.2.3-54-g00ecf