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

Minor fix: get the help of ssexec_boot working

parent 7e417e17
No related branches found
No related tags found
No related merge requests found
......@@ -374,8 +374,8 @@ static inline void run_stage2 (char const *const *envp, size_t envlen, char cons
close(notifpipe[1]) ;
wait_for_notif(notifpipe[0]) ;
}
else {
} else {
close(1) ;
if (open(fifo, O_WRONLY) != 1) /* blocks until catch-all logger is up */
......@@ -479,7 +479,7 @@ int ssexec_boot(int argc, char const *const *argv, ssexec_t *info)
switch (opt)
{
case 'h' : info_help(info->help, info->usage) ; return 0 ;
case 'h' : VERBOSITY = 1 ; info_help(info->help, info->usage) ; return 0 ;
case 'm' : tmpfs = 1 ; break ;
case 's' : skel = l.arg ; break ;
case 'e' : envdir = l.arg ; break ;
......
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