fish: With both '-x' and '-i', pass through '-x' to inferior process.

This commit is contained in:
Richard Jones
2010-05-12 15:29:03 +01:00
parent 3cead72850
commit 87eecb507e

View File

@@ -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,