Revision 8705
Added by Aaron Marcuse-Kubitza almost 12 years ago
run | ||
---|---|---|
1 | 1 |
#!/bin/bash -e |
2 | 2 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../../lib/import.run |
3 | 3 |
|
4 |
if self_not_included; then |
|
5 |
|
|
4 | 6 |
import () |
5 | 7 |
{ |
6 | 8 |
echo_func "$@" |
7 | 9 |
make |
8 | 10 |
} |
11 |
|
|
12 |
fi |
Also available in: Unified diff
*run: added include guards