Revision 9074
Added by Aaron Marcuse-Kubitza over 11 years ago
run | ||
---|---|---|
5 | 5 |
|
6 | 6 |
subdirs=(_MySQL raw_occurrence_record) |
7 | 7 |
|
8 |
import ()
|
|
8 |
import() |
|
9 | 9 |
{ |
10 | 10 |
echo_func |
11 | 11 |
fwd "$FUNCNAME" "$@" |
Also available in: Unified diff
*{.sh,run}: removed extra space between function name and (), which is apparently not needed even though `help function` includes it. this greatly improves readability, including when function names are pasted into commit messages!