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.
This commit is contained in:
Roland Dobai 2019-08-26 13:32:23 +02:00
parent aa087667df
commit f2a4131c24

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Check ncurses compatibility
# What library to link