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") {
|
||||
setup();
|
||||
if (fork() == 0) {
|
||||
close(STDOUT);
|
||||
close(STDERR);
|
||||
vim();
|
||||
}
|
||||
} elsif ($command eq "vim") {
|
||||
|
|
Loading…
Reference in New Issue
Block a user