From 34270811fce1ecf0bcf3b1363b0dc3dbf284ab09 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Wed, 10 Jun 2015 23:53:28 +0100 Subject: flash script: fix a really really really dumb mistake --- flash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flash b/flash index c96b9151..04fd2747 100755 --- a/flash +++ b/flash @@ -95,12 +95,12 @@ if [ "$mode" = "i945lenovo_firstflash" ] || [ "$mode" = "i945lenovo_secondflash" # git or libreboot_src bucts="./bucts/bucts" flashrom_lenovobios_sst="./flashrom/flashrom_lenovobios_sst" - flashrom_lenovobios_macronix="./flashrom/flashrom_lenovobios_sst" + flashrom_lenovobios_macronix="./flashrom/flashrom_lenovobios_macronix" else # libreboot_util bucts="./bucts/$arch/bucts" flashrom_lenovobios_sst="./flashrom/$arch/flashrom_lenovobios_sst" - flashrom_lenovobios_macronix="./flashrom/$arch/flashrom_lenovobios_sst" + flashrom_lenovobios_macronix="./flashrom/$arch/flashrom_lenovobios_macronix" fi # anti-bricking precaution -- cgit v1.2.3-70-g09d2