Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
complete_run: Be more careful about calling self
COMP_WORDS/words gets filled with exact contents of the command line, this includes application name. Usually application is invoked via $PATH so this works fine, but it is also possible to specify a path containing ~ or env variables. This is usually expanded by shell. this expansion is not performed by <( xxx ) so we are doing it by hand instead Fixes #315
- Loading branch information