Add missing character 30/21030/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Sat, 13 Apr 2019 10:51:23 +0000 (12:51 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Sat, 13 Apr 2019 10:51:23 +0000 (12:51 +0200)
we were missing '-' in the variable substitution. Fix it.

Change-Id: I4579304d1a594d7dbb3042850e94ffa5e083f2cc
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-agl-run-test-rsync-changeid.sh

index 8db5f46..0d37641 100644 (file)
@@ -35,7 +35,7 @@ echo "tmp/deploy/images/${TARGETMACHINE}/${DEVICE_DTB#"$DEVICE_KERNEL"-}"
 
 # workaround for thud until fixed in templates:
 if [ ! -e tmp/deploy/images/${TARGETMACHINE}/${DEVICE_DTB} -a -e tmp/deploy/images/${TARGETMACHINE}/${DEVICE_DTB#"$DEVICE_KERNEL"-} ] ; then
-    cp -avL tmp/deploy/images/${TARGETMACHINE}/${DEVICE_DTB#"$DEVICE_KERNEL"} tmp/deploy/images/${TARGETMACHINE}/${DEVICE_DTB}
+    cp -avL tmp/deploy/images/${TARGETMACHINE}/${DEVICE_DTB#"$DEVICE_KERNEL"-} tmp/deploy/images/${TARGETMACHINE}/${DEVICE_DTB}
 fi
 
 BUILD_INFO=build-info