Project

General

Profile

« Previous | Next » 

Revision 8653

bugfix: lib/util.run: inline_make (): put echo_func at the top of the function

View differences:

lib/util.run
91 91
fi ##
92 92
inline_make ()
93 93
{
94
	echo_func "$@"
94 95
	local self="$(readlink -f "${BASH_SOURCE[1]}")"
95 96
	local self_dir="$(dirname "$self")"
96 97
	export self self_dir
97 98
	
98
	echo_func "$@"
99 99
	make --makefile=<((
100 100
		cat /dev/fd/3
101 101
		echo -n "

Also available in: Unified diff