Merge branch 'bugfix/bash_bin_env' into 'master'

global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs

Closes IDFGH-708

See merge request espressif/esp-idf!8235
This commit is contained in:
Anton Maklakov
2020-04-06 17:51:43 +08:00
42 changed files with 49 additions and 49 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -euo pipefail