mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Tools: Fix shebang for MacOs
Revert a change introduced in d296aad2a99f16978031b1561a64927d771f76be for intended compatibility with BSD which breaks the build on MacOs: "clang: error: unknown argument: '-n'" for "echo". BSD users will have to use some workaround since MacOs is a supported OS of IDF and BSD is not.
This commit is contained in:
parent
aa087667df
commit
f2a4131c24
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# Check ncurses compatibility
|
||||
|
||||
# What library to link
|
||||
|
Loading…
x
Reference in New Issue
Block a user