fix quotation mark

This commit is contained in:
andrum99
2019-09-10 18:28:17 +01:00
committed by GitHub
parent 8af3f6fd68
commit fadab8e830

View File

@@ -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