Project

General

Profile

« Previous | Next » 

Revision 8705

*run: added include guards

View differences:

table.run
1 1
#!/bin/bash -e
2 2
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/table.run
3 3

  
4
if self_not_included; then
5

  
4 6
MySQL_export ()
5 7
{
6 8
	echo_func "$@"
......
16 18
	MySQL_export
17 19
	"$(dirname "${BASH_SOURCE[0]}")"/../../lib/table.run "$FUNCNAME" "$@"
18 20
}
21

  
22
fi

Also available in: Unified diff