Expand the -C argument via ‘eval’ in bash completion
authorAllan Odgaard <git@abetarda.com>
Tue, 15 Apr 2014 07:27:37 +0000 (14:27 +0700)
committerAllan Odgaard <git@abetarda.com>
Tue, 15 Apr 2014 07:28:42 +0000 (14:28 +0700)
commit4835a2b1952d6f7c21b6a02cf27b31f79fe89a25
tree48909eb6e9beed14e104be0b0483296a222ac02d
parent1f38478eb976d3c11db7885972664c0422317ea8
Expand the -C argument via ‘eval’ in bash completion

Previously completion would not work for ‘ninja -C $HOME/Source/foo targ‸’.

We still do not support using tilde in the directory argument.
misc/bash-completion