diff options
author | Ethan Sommer <e5ten.arch@gmail.com> | 2020-04-15 15:34:59 -0400 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-04 16:06:08 +0300 |
commit | da9daae9d7868522d6c0f346c47edf455fc37f57 (patch) | |
tree | 4c1c34dc046fe5433d10b380927f0b2c12a14c97 /scripts | |
parent | 00d89c8ec3eccfe21fd16c99a9d7fdcc30ffd716 (diff) | |
download | toybox-da9daae9d7868522d6c0f346c47edf455fc37f57.tar.gz |
portability.sh: remove bashism
Diffstat (limited to 'scripts')
-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 |