Ian Campbell writes ("[PATCH OSSTEST] standalone: Log things we are running via with_logging"): > Turning on set -x is too verbose, so just echo the command ourselves.
It's not clear to me from the context whether $@ might contain things which would require quoting. set -x would quote them. You can perhaps do something like this bash -xc ': standalone-runs "$@"' x "$@" >&2 ? (Sadly -n suppresses output from -x too.) Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel