mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
committed by
Richard W.M. Jones
parent
b1cc71ced4
commit
92bd7bbe43
@@ -165,6 +165,7 @@ main (int argc, char *argv[])
|
||||
for (i = 0; environ[i] != NULL; ++i)
|
||||
if (STREQLEN (environ[i], "FEBOOTSTRAP_", 12))
|
||||
printf ("%s\n", environ[i]);
|
||||
printf ("TMPDIR=%s\n", getenv ("TMPDIR") ? : "(not set)");
|
||||
|
||||
/* Create the handle and configure it. */
|
||||
g = guestfs_create ();
|
||||
|
||||
Reference in New Issue
Block a user