mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
lib.sh: Remove useless command in err()
We don't need this, since we're exiting anyway. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -168,7 +168,6 @@ x_()
|
||||
|
||||
err()
|
||||
{
|
||||
set -u -e
|
||||
[ $# -lt 1 ] || printf "ERROR %s: %s\n" "$0" "$1" 1>&2 || :
|
||||
exit 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user