mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 21:32:26 +00:00
Correct quoting in postpush.pl.
This commit is contained in:
parent
45c8b1d617
commit
f383a6c032
1 changed files with 1 additions and 1 deletions
|
|
@ -31,4 +31,4 @@ flock(LOG, 2) or die "Could not lock postpush.log";
|
||||||
printf LOG strftime("%Y/%m/%d %H.%M.%S", localtime), " Repository $repo, branch $branch, name $name.\n";
|
printf LOG strftime("%Y/%m/%d %H.%M.%S", localtime), " Repository $repo, branch $branch, name $name.\n";
|
||||||
close(LOG);
|
close(LOG);
|
||||||
|
|
||||||
system "ssh root@oberon perl vishap/voc/src/tools/testcoordinator/buildall.pl >/tmp/buildall.log &";
|
system 'ssh root@oberon perl vishap/voc/src/tools/testcoordinator/buildall.pl >/tmp/buildall.log &';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue