1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-10 13:57:25 +03:00

fix extraneous space in equality check

This commit is contained in:
Jonathan Boulle 2015-05-27 12:02:24 -07:00 committed by Tom Gundersen
parent 0e3e605613
commit d250afe73d

View File

@ -1496,7 +1496,7 @@ int main(int argc, char *argv[]) {
setsid(); setsid();
/* Move out of the way, so that we won't block unmounts */ /* 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 /* Reset the console, but only if this is really init and we
* are freshly booted */ * are freshly booted */