mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-05 21:21:49 +00:00
fix extraneous space in equality check
This commit is contained in:
committed by
Tom Gundersen
parent
0e3e605613
commit
d250afe73d
+1
-1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user