diff --git a/board/common/mkrauc.sh b/board/common/mkrauc.sh index ee97dc8c..a528c7fa 100755 --- a/board/common/mkrauc.sh +++ b/board/common/mkrauc.sh @@ -2,7 +2,7 @@ set -e -GIT_VERSION=$(git -C $BR2_EXTERNAL_INFIX_PATH describe --always --dirty --tags) +GIT_VERSION=$(git -C "$BR2_EXTERNAL_INFIX_PATH" describe --always --dirty --tags) name=$1 compat=$2 @@ -11,19 +11,19 @@ sign=$3 crt=$(ls $sign/*.crt) key=$(ls $sign/*.key) -common=$(dirname $(readlink -f "$0")) +common=$(dirname "$(readlink -f "$0")") work=$BUILD_DIR/mkrauc -mkdir -p $work +mkdir -p "$work" -cp -f $common/rauc-hooks.sh $work/hooks.sh +cp -f "$common/rauc-hooks.sh" "$work/hooks.sh" # RAUC internally uses the file extension to find a suitable install # handler, hence the name must be .img -cp -f $BINARIES_DIR/rootfs.squashfs $work/rootfs.img -cp -f $BINARIES_DIR/rootfs.itbh $work/rootfs.itbh +cp -f "$BINARIES_DIR/rootfs.squashfs" "$work/rootfs.img" +cp -f "$BINARIES_DIR/rootfs.itbh" "$work/rootfs.itbh" -cat >$work/manifest.raucm <"$work/manifest.raucm" <