mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 23:51:28 +03:00
fix extraneous space in equality check
This commit is contained in:
parent
86c3bece38
commit
6465fefe3b
@ -1496,7 +1496,7 @@ int main(int argc, char *argv[]) {
|
||||
setsid();
|
||||
|
||||
/* Move out of the way, so that we won't block unmounts */
|
||||
assert_se(chdir("/") == 0);
|
||||
assert_se(chdir("/") == 0);
|
||||
|
||||
/* Reset the console, but only if this is really init and we
|
||||
* are freshly booted */
|
||||
|
Loading…
Reference in New Issue
Block a user