From: Richard Jones Date: Wed, 12 May 2010 14:29:03 +0000 (+0100) Subject: fish: With both '-x' and '-i', pass through '-x' to inferior process. X-Git-Tag: 1.3.12~17 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=87eecb507ee09a62f3a12f5f75d3417a09c0c8d4 fish: With both '-x' and '-i', pass through '-x' to inferior process. --- diff --git a/fish/fish.c b/fish/fish.c index 461f55b..75bc2cf 100644 --- a/fish/fish.c +++ b/fish/fish.c @@ -405,6 +405,8 @@ main (int argc, char *argv[]) strcat (cmd, " -v"); if (!guestfs_get_autosync (g)) strcat (cmd, " -n"); + if (guestfs_get_trace (g)) + strcat (cmd, " -x"); if (verbose) fprintf (stderr,