Correct quoting in postpush.pl.

This commit is contained in:
David Brown 2016-06-27 17:23:18 +01:00
parent 45c8b1d617
commit f383a6c032

View file

@ -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 &';