mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-27 03:21:32 +03:00
systemctl: Fix style nit
This commit is contained in:
parent
445d29766a
commit
eff69daa69
@ -23,7 +23,7 @@ static int normalize_filenames(char **names) {
|
||||
"Non-absolute paths are not allowed when --root is used: %s",
|
||||
*u);
|
||||
|
||||
if (!strchr(*u,'/'))
|
||||
if (!strchr(*u, '/'))
|
||||
return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
|
||||
"Link argument must contain at least one directory separator.\n"
|
||||
"If you intended to link a file in the current directory, try ./%s instead.",
|
||||
|
Loading…
Reference in New Issue
Block a user