this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #1552 from everything411/master

Wait for the spawned shell child process

authored by

CuriousTommy and committed by
GitHub
1eaee443 d976210e

+1
+1
src/shellspawn/shellspawn.c
··· 113 113 else 114 114 { 115 115 close(sock); 116 + reapAll(); 116 117 } 117 118 } 118 119 }