mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
lib & config: give shellcheck directions (to /dev/null for dynamic, to repo-relative path for static) for all sourced references
- in preparation for tightening the shellcheck severity level - it needs to be able to follow all sources; dynamic ones are ignored, static ones need root-relative prefix
This commit is contained in:
@@ -443,7 +443,9 @@ function compile_uboot() {
|
||||
|
||||
function uboot_postinst_base() {
|
||||
# Source the armbian-release information file
|
||||
# shellcheck source=/dev/null
|
||||
[ -f /etc/armbian-release ] && . /etc/armbian-release
|
||||
# shellcheck source=/dev/null
|
||||
source /usr/lib/u-boot/platform_install.sh
|
||||
|
||||
if [ "${FORCE_UBOOT_UPDATE:-no}" == "yes" ]; then
|
||||
|
||||
Reference in New Issue
Block a user