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 992f28e commit efdb309Copy full SHA for efdb309
bash_completion
@@ -1751,10 +1751,11 @@ _expand()
1751
;;
1752
~*)
1753
_comp_compgen -v COMPREPLY tilde &&
1754
- eval "COMPREPLY[0]=$(printf ~%q "${COMPREPLY[0]#\~}")"
1755
- return ${#COMPREPLY[@]}
+ eval "COMPREPLY[0]=$(printf ~%q "${COMPREPLY[0]#\~}")" &&
+ return 1
1756
1757
esac
1758
+ return 0
1759
}
1760
1761
# Process ID related functions.
0 commit comments