1
0

Run the Initializing git submodules...

Submodules updated! command without using the shell
This commit is contained in:
Noah 2017-01-11 12:53:28 -08:00
parent a11d570ae9
commit c44520a328

View File

@ -105,8 +105,7 @@ sub main {
if ($command eq "setup") {
setup();
if (fork() == 0) {
system("dfm vim >/dev/null 2>&1");
print "[`dfm vim` finished]\n";
vim();
}
} elsif ($command eq "vim") {
vim();