Project

General

Profile

« Previous | Next » 

Revision 8873

*{.sh,run}: use just env instead of echo_run env now that env is an auto-echoing alias

View differences:

table.run
27 27
input_make ()
28 28
{
29 29
	echo_func "$@"
30
	echo_run env make --directory="$top_dir"/.. "${@/#/$table/}"
30
	env make --directory="$top_dir"/.. "${@/#/$table/}"
31 31
}
32 32

  
33 33
map_table ()

Also available in: Unified diff