From eff1703cc300a34befd72c7adb99972b54893594 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 20 Nov 2021 02:54:13 -0600 Subject: [PATCH] Don't search for "configure" out of $PATH. --- scripts/portability.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/portability.sh b/scripts/portability.sh index 618022c7..19be1e6a 100644 --- a/scripts/portability.sh +++ b/scripts/portability.sh @@ -1,6 +1,6 @@ # sourced to find alternate names for things -source configure +source ./configure if [ -z "$(command -v "${CROSS_COMPILE}${CC}")" ] then -- 2.39.2