Revision 8896
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/runscripts/table.run | ||
---|---|---|
14 | 14 |
fi #### |
15 | 15 |
|
16 | 16 |
. "$(dirname "${BASH_SOURCE[0]}")"/import.run |
17 |
. "$(dirname "${BASH_SOURCE[0]}")"/local.run
|
|
17 |
. "$(dirname "${BASH_SOURCE[0]}")"/../local.sh
|
|
18 | 18 |
|
19 | 19 |
if self_not_included; then |
20 | 20 |
|
Also available in: Unified diff
renamed lib/runscripts/local.run to lib/local.sh since the things it defines are not just for runscripts