projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e3e605
)
fix extraneous space in equality check
author
Jonathan Boulle
<jonathan.boulle@coreos.com>
Wed, 27 May 2015 19:02:24 +0000
(12:02 -0700)
committer
Tom Gundersen
<teg@jklm.no>
Wed, 27 May 2015 21:36:29 +0000
(23:36 +0200)
src/core/main.c
patch
|
blob
|
history
diff --git
a/src/core/main.c
b/src/core/main.c
index c39815b106750aba60a17beaeefed38521d7efc5..212ab901b18f49ec7492dec081c0f8a51b2c75c0 100644
(file)
--- a/
src/core/main.c
+++ b/
src/core/main.c
@@
-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 */