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:
@@ -409,6 +409,7 @@ function board_side_bsp_cli_postrm() { # not run here
|
||||
|
||||
function board_side_bsp_cli_postinst_base() {
|
||||
# Source the armbian-release information file
|
||||
# shellcheck source=/dev/null
|
||||
[ -f /etc/armbian-release ] && . /etc/armbian-release
|
||||
|
||||
# ARMBIAN_PRETTY_NAME is now set in armbian-base-files.
|
||||
|
||||
Reference in New Issue
Block a user