summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2012-12-05 17:20:32 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2012-12-05 17:20:32 +0000
commite2e85443948b43fe3fc078ee925b4f537fe3fbee (patch)
tree28d4313cf367ffadfca9603bed80742ca291c2e5
parent01762a4647d57bd1488d1af69291eb35cc21620f (diff)
downloadgenivi-initial-setup-e2e85443948b43fe3fc078ee925b4f537fe3fbee.tar.gz
Fix typo in path to the kernel image
-rw-r--r--armv7-versatile/run-baserock-image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/armv7-versatile/run-baserock-image.sh b/armv7-versatile/run-baserock-image.sh
index 8318777..ad378d2 100644
--- a/armv7-versatile/run-baserock-image.sh
+++ b/armv7-versatile/run-baserock-image.sh
@@ -17,7 +17,7 @@ fi
IMAGE_BASENAME="devel-system-armv7-versatile"
COMPRESSED_IMAGE="$DIR/$IMAGE_BASENAME.img.gz"
DECOMPRESSED_IMAGE=${COMPRESSED_IMAGE/.gz/}
-KERNEL_IMAGE="$DIR$/$IMAGE_BASENAME.zimage"
+KERNEL_IMAGE="$DIR/$IMAGE_BASENAME.zimage"
./download-image.sh "$DIR" "$IMAGE_BASENAME"