diff --git a/rpi-eeprom-digest b/rpi-eeprom-digest index 3499752..dfb0f72 100755 --- a/rpi-eeprom-digest +++ b/rpi-eeprom-digest @@ -34,18 +34,27 @@ checkDependencies() { if ! command -v xxd > /dev/null; then die "xxd not found. Try installing the xxd package." fi - fi + fi } usage() { cat <