From: Neil Williams Date: Sun, 4 Jan 2015 15:20:53 +0000 (+0000) Subject: fix typo in script X-Git-Url: https://git.siccegge.de//index.cgi?p=forks%2Fvmdebootstrap.git;a=commitdiff_plain;h=f725492bc878d776d461dcd0b751762da760ca17;hp=acfffcd24d9a51f16a3e35e9a0554c8ef780a2c6 fix typo in script --- 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"