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") {
|
if ($command eq "setup") {
|
||||||
setup();
|
setup();
|
||||||
if (fork() == 0) {
|
if (fork() == 0) {
|
||||||
system("dfm vim >/dev/null 2>&1");
|
vim();
|
||||||
print "[`dfm vim` finished]\n";
|
|
||||||
}
|
}
|
||||||
} elsif ($command eq "vim") {
|
} elsif ($command eq "vim") {
|
||||||
vim();
|
vim();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user