fish: Make '-x' option enable traces instead of using separate echo path.
authorRichard Jones <rjones@redhat.com>
Sat, 8 May 2010 08:04:28 +0000 (09:04 +0100)
committerRichard Jones <rjones@redhat.com>
Sat, 8 May 2010 08:04:28 +0000 (09:04 +0100)
Previously we had separate code paths for echoing commands (-x)
and tracing (guestfs_set_trace).  This just unifies that so that
the guestfish -x option enables tracing.


No differences found