fish: Add 'please wait' message when launching (and interactive).

This commit is contained in:
Richard Jones
2010-05-08 09:37:25 +01:00
parent 55e9707f85
commit 01fedcde05

View File

@@ -547,6 +547,8 @@ static int
launch (void)
{
if (guestfs_is_config (g)) {
if (isatty (0))
printf (_("guestfish: wait a moment while we launch libguestfs ...\n"));
if (guestfs_launch (g) == -1)
return -1;
}