Files
rpi-buildroot/board/beagleboard/beagleboneai/post-build.sh
Peter Korsgaard 5f620e144d board/beagleboneai/post-build.sh: fix shellcheck issues
BOARD_DIR is not used, so drop it and quote $BINARIES_DIR to make shellcheck
happy.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-10-07 20:49:44 +02:00

4 lines
79 B
Bash
Executable File

#!/bin/sh
cp board/beagleboard/beagleboneai/uEnv.txt "$BINARIES_DIR/uEnv.txt"