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

adapt to tree subcommand

parent d2158fea
No related branches found
No related tags found
No related merge requests found
......@@ -419,7 +419,7 @@ void write_control(char const *scandir,char const *live, char const *filename, i
if (!auto_buf(&b,
SS_BINPREFIX "66-echo -- \"scandir ",
scandir," shutted down...\"\n"))
scandir," stopped...\"\n"))
log_die_nomem("buffer") ;
}
goto write ;
......@@ -467,7 +467,7 @@ void write_control(char const *scandir,char const *live, char const *filename, i
if (!auto_buf(&b,
EXECLINE_BINPREFIX "foreground { " SS_BINPREFIX "66 -v3 -l ",
live," tree down }\n"))
live," tree stop }\n"))
log_die_nomem("buffer") ;
}
......@@ -488,10 +488,11 @@ void write_control(char const *scandir,char const *live, char const *filename, i
break ;
case TERM:
/*
if (!BOOT)
if (!auto_buf(&b, SS_BINPREFIX "66 -l ",live," scandir stop\n"))
log_die_nomem("buffer") ;
*/
break ;
case QUIT:
......
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