From da9daae9d7868522d6c0f346c47edf455fc37f57 Mon Sep 17 00:00:00 2001 From: Ethan Sommer Date: Wed, 15 Apr 2020 15:34:59 -0400 Subject: portability.sh: remove bashism --- scripts/portability.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/portability.sh b/scripts/portability.sh index 618022c7..dee5dc3f 100644 --- a/scripts/portability.sh +++ b/scripts/portability.sh @@ -1,6 +1,6 @@ # sourced to find alternate names for things -source configure +. ./configure if [ -z "$(command -v "${CROSS_COMPILE}${CC}")" ] then -- cgit v1.2.3