summaryrefslogtreecommitdiff
path: root/include/get.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-05-15 02:38:54 +0100
committerLeah Rowe <leah@libreboot.org>2025-05-15 02:41:04 +0100
commita191d22bd6dad8b5d9cb37e952904ff1a0030259 (patch)
tree7f52a864d5cedcba36403cffabab86c394ba2956 /include/get.sh
parentc8813c9a144b14a78f7328ce7b886270e1b676f3 (diff)
get.sh: add missing eval to dx_ in nuke()HEADmaster
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/get.sh')
-rw-r--r--include/get.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/get.sh b/include/get.sh
index 156d2b87..74adb6be 100644
--- a/include/get.sh
+++ b/include/get.sh
@@ -165,5 +165,5 @@ nuke()
{
rdir="${1#"$xbmkpwd/config/"}" && [ -d "$xbmkpwd/src/${rdir%/*}" ] && \
x_ cd "$xbmkpwd/src/${rdir%/*}" && \
- dx_ "[ -L \"\$fx\" ] || x_ rm -Rf" "$1"; :
+ dx_ "eval [ -L \"\$fx\" ] || x_ rm -Rf" "$1"; :
}