Don't space separate the options
This commit is contained in:
parent
936dc94351
commit
807e4afbed
@ -176,7 +176,7 @@ static char **find_mounts (struct args *args)
|
||||
options = rc_xstrdup (o->o_name);
|
||||
else {
|
||||
char *tmp = NULL;
|
||||
asprintf (&tmp, "%s, %s", options, o->o_name);
|
||||
asprintf (&tmp, "%s,%s", options, o->o_name);
|
||||
free (options);
|
||||
options = tmp;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user