Run the Initializing git submodules...
Submodules updated! command without using the shell
This commit is contained in:
parent
a11d570ae9
commit
c44520a328
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user