Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix this and remove code duplication by pulling the relevant code into a
function.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* install all library files to $(libexecdir)/libretools, instead of
- $(bindir)
- $(datadir)/libretools
- $(datadir)/devtools
* symlink the executable library files into $(bindir)
* add the tool `librelib`
* instead of ". /path/to/lib.sh", use ". $(librelib lib.sh)"
* mark all libraries with shebangs of what options they support
* move blacklist.sh to libreblacklist
|
|
|
|
Also, change blacklist-lookup()'s internals.
|
|
|
|
|
|
If invoked directly, the final command executed is `unset`, which ensures
an exit status of 0. Because the unset variable is only set when executed
directly, it is safe to just remove the unset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* use tabs for indent
* document exit codes
* use conf.sh
* make the output more pleasing to me
* general code clean-up
|