mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
release.sh: remove eval statement in nuke()
the symlink check is what made me use eval, but the symlink check is not required, since i check every entry that goes in nuke.list anyway. not having that symlink check is safer than having an eval statement on that line. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ nuke()
|
||||
if [ -d "${r%/*}" ]; then
|
||||
x_ cd "${r%/*}"
|
||||
|
||||
dx_ "eval [ -L \"\$fx\" ] || x_ rm -Rf" "$rsrc/$1"
|
||||
dx_ "x_ rm -Rf" "$rsrc/$1"
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user