Project

General

Profile

« Previous | Next » 

Revision 9189

lib/sh/util.sh: run_args_cmd(): use $top_script instead of `"$(canon_rel_path "$0")"`

View differences:

util.sh
431 431
	test $? -eq 0 || return
432 432
	eval set -- "$(reverse "${BASH_ARGV[@]}")"
433 433
	test $# -ge 1 || set -- all
434
	echo_cmd "$(canon_rel_path "$0")" "$@"; "$@"
434
	echo_cmd "$top_script" "$@"; "$@"
435 435
}
436 436

  
437 437
fwd() # usage: subdirs=(...); fwd "$FUNCNAME" "$@"

Also available in: Unified diff