Project

General

Profile

« Previous | Next » 

Revision 12700

lib/runscripts/util.run: fwd(): enable $auto_ignore so that each subdir doesn't have to have a definition for the forwarded target

View differences:

util.run
82 82
	echo_func
83 83
	: "${subdirs?}"
84 84
	
85
	local_export auto_ignore=1
85 86
	for subdir in "${subdirs[@]}"; do "$top_dir"/"$subdir"/run "$@"; done
86 87
}
87 88
alias fwd_self='fwd "$FUNCNAME" "$@"' # usage: target() { ...; fwd_self; }

Also available in: Unified diff