esp-idf/tools/cmake
Ivan Grokhotkov e94288da31 global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs
Using the method from @cemeyer
(https://github.com/espressif/esp-idf/pull/3166):

find . -name \*.sh -exec sed -i "" -e 's|^#!.*bin/bash|#!/usr/bin/env bash|' {} +

Closes https://github.com/espressif/esp-idf/pull/3166.
2020-04-03 01:10:02 +02:00
..
scripts
third_party
build.cmake
component.cmake
convert_to_cmake.py
crosstool_version_check.cmake
git_submodules.cmake
idf.cmake
kconfig.cmake
ldgen.cmake
project.cmake
project_description.json.in
run_cmake_lint.sh
targets.cmake
toolchain-esp32.cmake
toolchain-esp32s2.cmake
utilities.cmake
version.cmake