mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
fish: With both '-x' and '-i', pass through '-x' to inferior process.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user