mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 14:32:24 +00:00
Fix mismatchedbracket in buildall.pl.
This commit is contained in:
parent
b5dbf13af4
commit
c7511287bb
2 changed files with 3 additions and 5 deletions
|
|
@ -43,10 +43,8 @@ if ($buildneeded) {
|
|||
writelog "Started buildall, pid = $child."; # parent process
|
||||
} else {
|
||||
close(STDIN); close(STDOUT); close(STDERR); # child process
|
||||
#sleep 5; # Leave time for github to have the new version ready. (Yuk!)
|
||||
system 'cd voc && git pull';
|
||||
system 'cd ~ && cp voc/src/tools/make/buildall.pl .';
|
||||
exec 'perl buildall.pl >/tmp/buildall.log';
|
||||
system '(cd voc && git pull) >postpush.log';
|
||||
exec 'perl voc/src/tools/make/buildall.pl >/tmp/buildall.log';
|
||||
exit;
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue