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)
commit8e007581c91a5193e6aec0f6f9aeb379a935c9d4
tree33b93a637e117326a76e37b645d9054be3e1ec0e
parent94775c53f163926ef99e6c6b8ab67b402935301d
fish: Make '-x' option enable traces instead of using separate echo path.

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.
fish/fish.c