We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca78249 commit 8b0d998Copy full SHA for 8b0d998
scripts/bash_pinyin_completion
@@ -7,7 +7,7 @@
7
# Detect bash-completion
8
if ! declare -F _comp_compgen_filedir &>/dev/null; then
9
echo "No function _comp_compgen_filedir found. Please install bash-completion first."
10
- return
+ exit 1
11
fi
12
13
eval "function __bak_comp_compgen_filedir() { $(declare -f _comp_compgen_filedir | tail -n +2) }"
0 commit comments