pass HOST_ variables, not BUILD_
[buildroot.git] / package / sed / sedcheck.sh
blob3fe44e85e96c06da04ae398061bd21eb4638c0dc
1 #!/bin/sh
3 # Make sure the host sed supports '-i' (in-place).
4 # If it doesn't, we'll build and use our own.
5 SED=$(toolchain/dependencies/check-host-sed.sh)
7 if [ -z "$SED" ] ; then
8 echo build-sed-host-binary
9 else
10 echo use-sed-host-binary