From e5a91bb71c5f804a5456635ff69b048a01037769 Mon Sep 17 00:00:00 2001 From: Brian Seymour Date: Sat, 23 Jan 2021 15:08:59 -0600 Subject: [PATCH] fix d --- lxc/executors/d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc/executors/d b/lxc/executors/d index 458d5c1..15e155d 100644 --- a/lxc/executors/d +++ b/lxc/executors/d @@ -3,4 +3,4 @@ cd /tmp/$2 cp code.code code.d timeout -s KILL 10 dmd code.d -timeout -s KILL 3 args -a args.args -d '\n' ./code +timeout -s KILL 3 xargs -a args.args -d '\n' ./code