From 1ef9824bf5c0dcd98b3d6a47c98d6cf1f3c61df7 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 15 Feb 2015 00:44:38 -0500 Subject: flash script: fix typo in command --- (limited to 'flash') diff --git a/flash b/flash index bb3384f..48b41e7 100755 --- a/flash +++ b/flash @@ -77,7 +77,7 @@ else # libreboot_util flashrom="./flashrom/$arch/flashrom" fi -if [ 1 -f "$flashrom" ]; then +if [ ! -f "$flashrom" ]; then echo "flashrom binary not present" exit 1 fi -- cgit v0.9.1