mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
board/sifive/hifive-unleashed: fix shellcheck warning in post-build.sh
This removes a warning reported by shellcheck: "Double quote to prevent globbing and word splitting". As a result, the file can be removed from .checkpackageignore. Signed-off-by: Francois Dugast <francois.dugast.foss@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
15f15cfe01
commit
185c0ba4b9
@@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
cp $BINARIES_DIR/boot.scr $TARGET_DIR/boot/boot.scr
|
||||
cp "$BINARIES_DIR/boot.scr" "$TARGET_DIR/boot/boot.scr"
|
||||
|
||||
Reference in New Issue
Block a user