From f725492bc878d776d461dcd0b751762da760ca17 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Sun, 4 Jan 2015 15:20:53 +0000 Subject: [PATCH] fix typo in script --- examples/wandboard-uboot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/wandboard-uboot.sh b/examples/wandboard-uboot.sh index d6e8b7c..476b5fd 100755 --- a/examples/wandboard-uboot.sh +++ b/examples/wandboard-uboot.sh @@ -19,6 +19,7 @@ fi if [ ! -f "${device}" ]; then echo "Specified device does not exist: ${device}" exit +fi if [ -z "${tarball}" ]; then echo "Tarball not specified" -- 2.39.2