Project

General

Profile

« Previous | Next » 

Revision 9169

*{.sh,run}: use command instead of deprecated echo_run (don't prepend anything when the command is already aliased with `command`)

View differences:

table.run
52 52
{
53 53
	echo_func
54 54
	public_schema_exists || return 0
55
	echo_run rm header.csv map.csv # remake them
55
	rm header.csv map.csv # remake them
56 56
	yes|input_make test
57 57
}
58 58

  

Also available in: Unified diff