From d8f474ef26edda954ebd71c62f6780527f802b7d Mon Sep 17 00:00:00 2001 From: Brian Seymour Date: Mon, 10 Jun 2019 23:58:32 -0500 Subject: [PATCH] add missing directive for bash in executor --- lxc/execute | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lxc/execute b/lxc/execute index 80fa5cb..8362a74 100755 --- a/lxc/execute +++ b/lxc/execute @@ -87,6 +87,9 @@ case "$lang" in "rust") bin=rust ;; +"bash") + bin=bash + ;; *) echo "invalid language" exit