Revision 9074
Added by Aaron Marcuse-Kubitza over 11 years ago
run | ||
---|---|---|
3 | 3 |
|
4 | 4 |
if self_not_included; then |
5 | 5 |
|
6 |
import ()
|
|
6 |
import() |
|
7 | 7 |
{ |
8 | 8 |
echo_func |
9 | 9 |
make --directory="$top_dir" |
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!