BASH_COMPLETION is readonly, except in functions? At the top of the script, whether or not it is being sourced inside a function is checked. If so, then set the variables. If not, then set th...
Wonderful... but... I LOVE bash_completion, but I think that it is growing just a tad too big... and a little unmanageable. Spesific gripes: 1) If $UNAME isn't tested explicitly for an OS that...