summaryrefslogtreecommitdiff
path: root/include/release.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-10-04 02:55:52 +0100
committerLeah Rowe <leah@libreboot.org>2025-10-04 02:55:52 +0100
commita09ec1d02b275fa0d79a0a21be77d450fd86318b (patch)
tree7787b7d6f288bbf3cd8da35e6962d88e95216b23 /include/release.sh
parent0605fbe72032125c8b430f1454794be40ab61009 (diff)
xbmk: remove more eval statements
i will eventually find a way to remove them all, while still leaving the code completely clean. in practise, i never use the contents of a file for eval and the inputs are carefully checked. however, over-use of eval is always a bad idea in shell scripting. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/release.sh')
-rw-r--r--include/release.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/release.sh b/include/release.sh
index f1783dcf..a2eb28a6 100644
--- a/include/release.sh
+++ b/include/release.sh
@@ -2,7 +2,11 @@
# Copyright (c) 2023-2025 Leah Rowe <leah@libreboot.org>
-eval "`setvars "" reldir reldest vdir rsrc relmode`"
+reldir=""
+reldest=""
+vdir=""
+rsrc=""
+relmode=""
release()
{