diff options
-rw-r--r-- | scripts/portability.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |