From: Richard Jones Date: Sat, 8 May 2010 08:04:28 +0000 (+0100) Subject: fish: Make '-x' option enable traces instead of using separate echo path. X-Git-Tag: 1.3.11~11 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=8e007581c91a5193e6aec0f6f9aeb379a935c9d4;hp=8e007581c91a5193e6aec0f6f9aeb379a935c9d4 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. ---