aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nnn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nnn.c b/src/nnn.c
index c5a5e89..8d6db36 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -7291,6 +7291,7 @@ int main(int argc, char *argv[])
#endif
#ifndef NOFIFO
+ notify_fifo();
if (fifofd != -1)
close(fifofd);
#endif