aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthan Sommer <e5ten.arch@gmail.com>2020-04-15 15:34:59 -0400
committerCem Keylan <cem@ckyln.com>2021-07-04 16:06:08 +0300
commitda9daae9d7868522d6c0f346c47edf455fc37f57 (patch)
tree4c1c34dc046fe5433d10b380927f0b2c12a14c97
parent00d89c8ec3eccfe21fd16c99a9d7fdcc30ffd716 (diff)
downloadtoybox-da9daae9d7868522d6c0f346c47edf455fc37f57.tar.gz
portability.sh: remove bashism
-rw-r--r--scripts/portability.sh2
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