mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 15:03:27 +08:00
support/dependencies/dependencies.sh: fix 'mimic' typo
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
ea4179f3ae
commit
ca4eca4bfa
@ -143,7 +143,7 @@ fi
|
||||
|
||||
# Check bash
|
||||
# We only check bash is available, setting SHELL appropriately is done
|
||||
# in the top-level Makefile, and we mimick the same sequence here
|
||||
# in the top-level Makefile, and we mimic the same sequence here
|
||||
if [ -n "${BASH}" ]; then :
|
||||
elif [ -x /bin/bash ]; then :
|
||||
elif [ -z "$( sh -c 'echo $BASH' )" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user