mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Remove deprecated check
This commit is contained in:
@@ -22,7 +22,7 @@ grep -q "[[:space:]]" <<<"${SRC}" && { echo "\"${SRC}\" contains whitespace. Not
|
||||
|
||||
cd "${SRC}" || exit
|
||||
|
||||
if [[ -f "${SRC}"/lib/general.sh && -L "${SRC}"/main.sh ]]; then
|
||||
if [[ -f "${SRC}"/lib/general.sh ]]; then
|
||||
# shellcheck source=lib/general.sh
|
||||
source "${SRC}"/lib/general.sh
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user