Typo in latest bbb-eMMC-flasher-eewiki-ext4.sh

Think there is a typo in the latest bbb-eMMC-flasher-eewiki-ext4.sh (from /opt/scripts/tool/eMMC):

— a/tools/eMMC/bbb-eMMC-flasher-eewiki-ext4.sh
+++ b/tools/eMMC/bbb-eMMC-flasher-eewiki-ext4.sh
@@ -73,7 +73,7 @@ check_eeprom () {
eeprom="/sys/bus/i2c/devices/0-0050/eeprom"

#Flash BeagleBone Black’s eeprom:

  • eeprom_location=$(ls /sys/devices/ocp.*/44e0b000.i2c/i2c-0/0-0050/eeprom 2> /dev/null)
  • eeprom_location=$(ls /sys/devices/ocp/44e0b000.i2c/i2c-0/0-0050/eeprom 2> /dev/null)
    eeprom_header=$(hexdump -e ‘8/1 “%c”’ ${eeprom} -s 5 -n 3)
    if [ “x${eeprom_header}” = “x335” ] ; then
    echo “Valid EEPROM header found”