Project

General

Profile

« Previous | Next » 

Revision 8910

lib/util.sh: use extern instead of env to run external commands, because it's simpler and auto-captures the logging output

View differences:

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

  
33 33
map_table ()

Also available in: Unified diff