get.sh: add missing eval to dx_ in nuke()

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-05-15 02:38:54 +01:00
parent c8813c9a14
commit a191d22bd6
+1 -1
View File
@@ -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"; :
}