1 2 3 4 5 6 7 8 9
#!/bin/sh bin=$(toolchain/dependencies/check-host-lzma.sh) if [ "x$bin" = "x" ] ; then echo build-lzma-host-binary else echo use-lzma-host-binary fi