Revision 9860
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/sh/local.sh | ||
---|---|---|
2 | 2 |
# links to locally-available resources |
3 | 3 |
. "$(dirname "${BASH_SOURCE[0]}")"/util.sh |
4 | 4 |
.rel db.sh |
5 |
.rel make.sh |
|
5 | 6 |
.rel sync.sh |
6 | 7 |
|
7 | 8 |
if self_not_included; then |
Also available in: Unified diff
lib/sh/local.sh: added missing include of make.sh, used by root_make()