mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 06:22:25 +00:00
Need to remove prior buildall.pl as wget won't overwrite.
This commit is contained in:
parent
c7984ffdac
commit
3c8a347d33
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ if ($child) {
|
||||||
} else {
|
} else {
|
||||||
# child process
|
# child process
|
||||||
close(STDIN); close(STDOUT); close(STDERR);
|
close(STDIN); close(STDOUT); close(STDERR);
|
||||||
|
unlink "buildall.pl";
|
||||||
system 'wget https://raw.githubusercontent.com/vishaps/voc/v2docs/src/tools/make/buildall.pl';
|
system 'wget https://raw.githubusercontent.com/vishaps/voc/v2docs/src/tools/make/buildall.pl';
|
||||||
exec 'perl buildall.pl >/tmp/buildall.log';
|
exec 'perl buildall.pl >/tmp/buildall.log';
|
||||||
exit;
|
exit;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue