From fadab8e830c8798123590d0f0d93c48dc2a729ae Mon Sep 17 00:00:00 2001 From: andrum99 <49293562+andrum99@users.noreply.github.com> Date: Tue, 10 Sep 2019 18:28:17 +0100 Subject: [PATCH] fix quotation mark --- rpi-eeprom-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi-eeprom-update b/rpi-eeprom-update index 539d155..3d95e8a 100755 --- a/rpi-eeprom-update +++ b/rpi-eeprom-update @@ -193,7 +193,7 @@ checkDependencies() { fi if vcgencmd bootloader_config | grep -qi "Command not registered"; then - die "vcgencmd: 'bootloader_config` command not supported. Please update VC firmware" + die "vcgencmd: 'bootloader_config' command not supported. Please update VC firmware" fi if ! flashrom --version > /dev/null 2>&1; then