Преглед изворни кода

If no shell was requested via Ctrl-B, exit immediately if boot fails.

tags/v0.9.3
Michael Brown пре 16 година
родитељ
комит
c1006ffdb7
1 измењених фајлова са 3 додато и 6 уклоњено
  1. 3
    6
      src/core/main.c

+ 3
- 6
src/core/main.c Прегледај датотеку

29
 	initialise();
29
 	initialise();
30
 	startup();
30
 	startup();
31
 
31
 
32
-	/* Try autobooting if we're not going straight to the shell */
33
-	if ( ! shell_banner() ) {
32
+	if ( shell_banner() )
33
+		shell();
34
+	else
34
 		autoboot();
35
 		autoboot();
35
-	}
36
 	
36
 	
37
-	/* Autobooting failed or the user wanted the shell */
38
-	shell();
39
-
40
 	shutdown();
37
 	shutdown();
41
 
38
 
42
 	return 0;
39
 	return 0;

Loading…
Откажи
Сачувај