From f2a4131c241fa1959283e903bc884bc63b948af5 Mon Sep 17 00:00:00 2001 From: Roland Dobai Date: Mon, 26 Aug 2019 13:32:23 +0200 Subject: [PATCH] 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. --- tools/kconfig/lxdialog/check-lxdialog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/kconfig/lxdialog/check-lxdialog.sh b/tools/kconfig/lxdialog/check-lxdialog.sh index de48a1c26..e9daa6270 100755 --- a/tools/kconfig/lxdialog/check-lxdialog.sh +++ b/tools/kconfig/lxdialog/check-lxdialog.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Check ncurses compatibility # What library to link