Add bash completion#102
Conversation
|
Thank you for your contribution. I'm not a big user of bash completion (other than files/directories :), so can you please explain a bit what this actually does? I fail to see what could be completed ... I'd also appreciate feedback from other people whether they consider this useful. |
|
It completes:
...and prevents further completions if |
|
Merged, thank you. |
|
@scop any idea why the Linux builds are failing? I can't reproduce on OS/X ... I see from the build output that the installer is trying to write to I assume that's due to a missing automake variable? |
|
It's because That kind of usage seems broken to me, DESTDIR is the proper way to do staged installs. Curiously, the autotools generated distcheck appears to try both the prefix and the DESTDIR approach. I'll see if I can find a way to not try the prefix one at all. |
|
Hmph, looks like there is no way to do that. Neither do I want to change the stuff we support in bash-completion to be subject to --prefix, because if for example bash-completion is installed in /some/prefix, completions for it should be installed there no matter what for example a jo builder sets their --prefix to when building jo, otherwise they won't work/be used. So unfortunately this means all projects using our documented and suggested autotools helpers have a broken distcheck :/ I suggest just not doing it then, i.e. reverting #101. |
|
@scop thank you very much; done as suggested. |
No description provided.