Run the Initializing git submodules...
Submodules updated! command silently
This commit is contained in:
parent
c44520a328
commit
41a3ce483f
|
@ -105,6 +105,8 @@ sub main {
|
||||||
if ($command eq "setup") {
|
if ($command eq "setup") {
|
||||||
setup();
|
setup();
|
||||||
if (fork() == 0) {
|
if (fork() == 0) {
|
||||||
|
close(STDOUT);
|
||||||
|
close(STDERR);
|
||||||
vim();
|
vim();
|
||||||
}
|
}
|
||||||
} elsif ($command eq "vim") {
|
} elsif ($command eq "vim") {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user