kopia lustrzana https://github.com/espressif/esp-idf
Tools: Fix shebang for MacOs
Revert a change introduced in d296aad2a9
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.
pull/3996/head
rodzic
aa087667df
commit
f2a4131c24
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# Check ncurses compatibility
|
||||
|
||||
# What library to link
|
||||
|
|
Ładowanie…
Reference in New Issue