diff options
Diffstat (limited to 'package/sed/sedcheck.sh')
-rwxr-xr-x | package/sed/sedcheck.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/sed/sedcheck.sh b/package/sed/sedcheck.sh deleted file mode 100755 index 3fe44e85e..000000000 --- a/package/sed/sedcheck.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -# Make sure the host sed supports '-i' (in-place). -# If it doesn't, we'll build and use our own. -SED=$(toolchain/dependencies/check-host-sed.sh) - -if [ -z "$SED" ] ; then - echo build-sed-host-binary -else - echo use-sed-host-binary -fi |