diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-08-08 14:38:59 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-08-08 14:38:59 +0000 |
| commit | c68082ba3dae88bcfe68f77703a6169ba8ec8283 (patch) | |
| tree | 862dd870efd6dd0ec269bb30847a162d57554fbc | |
| parent | 2baca28a72c95c48d3e28125e09feff183aae1e8 (diff) | |
| download | s6-frontend-c68082ba3dae88bcfe68f77703a6169ba8ec8283.tar.gz | |
another quoting fix
| -rw-r--r-- | src/s6-frontend/live_status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s6-frontend/live_status.c b/src/s6-frontend/live_status.c index 85fc784..b65eab7 100644 --- a/src/s6-frontend/live_status.c +++ b/src/s6-frontend/live_status.c @@ -137,7 +137,7 @@ static void live_status_some (char const *const *services, int withe) argv[m++] = " " S6RC_EXTBINPREFIX "s6-rc" ; argv[m++] = " -l" ; argv[m++] = llivedir ; - argv[m++] = withe ? " -cbE" : "-cbe" ; + argv[m++] = withe ? " -cbE" : " -cbe" ; argv[m++] = " --" ; argv[m++] = " list" ; argv[m++] = "" ; |
