mk: remove redundant xrval variable

not needed.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-09-10 20:06:46 +01:00
parent 6fe1d47fb3
commit d722a02cda
+1 -5
View File
@@ -7,8 +7,6 @@
set -u -e
xrval=0
(
xbarg0="$0"
[ "${xbarg0##*/}" = "$xbarg0" ] && \
@@ -37,6 +35,4 @@ x_ touch "$mkhelpercfg"
. "$mkhelpercfg"
$cmd
) || xrval=1
exit $xrval
) || exit 1; :