1
0

Run the Initializing git submodules...

Submodules updated! command silently
This commit is contained in:
Noah 2017-01-11 12:54:33 -08:00
parent c44520a328
commit 41a3ce483f

View File

@ -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") {