Commit 801f3a62 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Set the split character back to '=' after applying the runtime

parameter to preserve the arguments as seen e.g. ps.

Fixes: #1238
parent ae090cf1
......@@ -465,6 +465,7 @@ main(int argc, char * const *argv)
AN(p);
*p++ = '\0';
MCF_ParamSet(cli, optarg, p);
*--p = '=';
cli_check(cli);
break;
case 'r':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment