mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
inject.sh: add missing semicolon in case
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ inject()
|
||||
[ $# -gt 2 ] && new_mac="$3" && \
|
||||
[ -z "$new_mac" ] && err "Empty MAC address specified" ;;
|
||||
*)
|
||||
err "Unrecognised inject mode: '$2'"
|
||||
err "Unrecognised inject mode: '$2'" ;;
|
||||
esac
|
||||
[ "$new_mac" = "keep" ] && new_mac=""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user