Project

General

Profile

« Previous | Next » 

Revision 9074

*{.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!

View differences:

table.run
4 4

  
5 5
if self_not_included; then
6 6

  
7
table.tsv/make ()
7
table.tsv/make()
8 8
{
9 9
	echo_func; set_make_vars; check_target_exists
10 10
	to_target echo_run "$(dirname "${BASH_SOURCE[0]}")"/MySQL_export
11 11
}
12 12

  
13
export_mysql ()
13
export_mysql()
14 14
{
15 15
	echo_func
16 16
	table.tsv/make
17 17
}
18 18

  
19 19
func_override import__table_run
20
import ()
20
import()
21 21
{
22 22
	echo_func
23 23
	export_mysql

Also available in: Unified diff