From d021f61997e55dc58d2f721f7c196f0e80cb6e94 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 7 Sep 2024 00:38:09 +0200 Subject: [PATCH] =?UTF-8?q?=E2=88=92eval?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spcd/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index 3eaa305..9c123b4 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -250,7 +250,7 @@ nameserver ${value} spcd_eval() { if [ -n "${1}" ]; then echo "${@}" - eval "${@}" + "${@}" fi }