Revision 9013
Added by Aaron Marcuse-Kubitza over 11 years ago
util.run | ||
---|---|---|
17 | 17 |
} |
18 | 18 |
fi #### |
19 | 19 |
|
20 |
. "$(dirname "${BASH_SOURCE[0]}")"/../util.sh |
|
20 |
. "$(dirname "${BASH_SOURCE[0]}")"/../sh/util.sh
|
|
21 | 21 |
|
22 | 22 |
if self_not_included; then |
23 | 23 |
|
Also available in: Unified diff
moved lib/*.sh to sh/ subdir so it's easier to find the .sh files among all the other lib/ files