add \n to switch_root
parent
7fac4e8850
commit
aedead8068
|
@ -490,7 +490,7 @@ int main(int argc, char **argv)
|
||||||
argv++;
|
argv++;
|
||||||
new = argv[0];
|
new = argv[0];
|
||||||
argv++;
|
argv++;
|
||||||
printf("Switching to root: %s", new);
|
printf("Switching to root: %s\n", new);
|
||||||
|
|
||||||
setuprootCommand(new);
|
setuprootCommand(new);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue