Remove deprecated check
This commit is contained in:
parent
202d2cac81
commit
f7f98eabb5
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user