Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion case-lib/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ is_firmware_file_zephyr()
local firmware_path znum

firmware_path=$(get_firmware_path)
[ -n "$firmware_path" ] ||
false ||
die 'firmware path not found from journalctl, no firmware loaded or debug option disabled?'

znum=$(strings "/lib/firmware/$firmware_path" | grep -c -i zephyr)
Expand Down