From c30a67cf051308925f92f07dcea8f365c63582a6 Mon Sep 17 00:00:00 2001 From: Vrganj Date: Wed, 6 Jan 2021 00:53:58 +0100 Subject: [PATCH] Fix d executor name --- lxc/execute | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc/execute b/lxc/execute index 0834dbf..6a8c4ee 100755 --- a/lxc/execute +++ b/lxc/execute @@ -61,7 +61,7 @@ case "$lang" in bin=csharp ;; "d") - bin=dmd + bin=d ;; "elixir" | "exs") bin=elixir