diff --git a/compile.sh b/compile.sh index 9f25c0f728..23d8e62a8f 100755 --- a/compile.sh +++ b/compile.sh @@ -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