summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2015-01-04 15:20:53 +0000
committerNeil Williams <codehelp@debian.org>2015-01-04 15:20:53 +0000
commitf725492bc878d776d461dcd0b751762da760ca17 (patch)
tree38a8d97441ea46f43249da6849f092e8b77c5d94 /examples
parentacfffcd24d9a51f16a3e35e9a0554c8ef780a2c6 (diff)
downloadvmdebootstrap-f725492bc878d776d461dcd0b751762da760ca17.tar.gz
fix typo in script
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/wandboard-uboot.sh1
1 files changed, 1 insertions, 0 deletions
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"