X-Git-Url: https://git.siccegge.de//index.cgi?p=forks%2Fvmdebootstrap.git;a=blobdiff_plain;f=examples%2Fwandboard-uboot.sh;h=476b5fd034d3ece6d93ecb51f8394b7499d85ddc;hp=d6e8b7c2a842911e06ae97f7c87a1487e5ad7764;hb=f725492bc878d776d461dcd0b751762da760ca17;hpb=acfffcd24d9a51f16a3e35e9a0554c8ef780a2c6 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"