diff options
-rw-r--r-- | fish/rc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -198,7 +198,7 @@ rc_listen (void) if (pid > 0) { /* Parent process. */ - printf ("export GUESTFISH_PID=%d\n", pid); + printf ("GUESTFISH_PID=%d; export GUESTFISH_PID\n", pid); fflush (stdout); _exit (0); } |