Skip to content
Snippets Groups Projects
Commit 017e445d authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

fix command name

parent 90a723b1
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ int svc_send(char const *const *list, unsigned int nservice, char **sig, unsigne
char const *newargv[nargc] ;
unsigned int m = 0 ;
newargv[m++] = "svctl" ;
newargv[m++] = "signal" ;
for (; *sig ; sig++)
newargv[m++] = *sig ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment