OVMS3-idf/tools/kconfig
Ivan Grokhotkov e94288da31 global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs
Using the method from @cemeyer
(https://github.com/espressif/esp-idf/pull/3166):

find . -name \*.sh -exec sed -i "" -e 's|^#!.*bin/bash|#!/usr/bin/env bash|' {} +

Closes https://github.com/espressif/esp-idf/pull/3166.
2020-04-03 01:10:02 +02:00
..
lxdialog global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
.gitignore Add another auto-generated file to .gitignore. 2019-03-21 15:06:24 +08:00
check.sh Initial public version 2016-08-17 23:08:22 +08:00
conf.c Initial public version 2016-08-17 23:08:22 +08:00
confdata.c Update kconfiglib to upstream version and replace mconf-idf 2019-10-29 10:40:04 +01:00
expand_env.c mconf-idf: Use same 'simple expand' logic, same as kconfig-frontends 2019-07-01 00:38:55 +00:00
expand_env.h mconf-idf: Use same 'simple expand' logic, same as kconfig-frontends 2019-07-01 00:38:55 +00:00
expr.c Initial public version 2016-08-17 23:08:22 +08:00
expr.h Initial public version 2016-08-17 23:08:22 +08:00
gconf.c Initial public version 2016-08-17 23:08:22 +08:00
gconf.glade Initial public version 2016-08-17 23:08:22 +08:00
images.c Initial public version 2016-08-17 23:08:22 +08:00
Kconfig Initial public version 2016-08-17 23:08:22 +08:00
kconfig-language.txt Initial public version 2016-08-17 23:08:22 +08:00
kxgettext.c Initial public version 2016-08-17 23:08:22 +08:00
list.h Initial public version 2016-08-17 23:08:22 +08:00
lkc.h Initial public version 2016-08-17 23:08:22 +08:00
lkc_proto.h Initial public version 2016-08-17 23:08:22 +08:00
Makefile Menuconfig: Don't ask to save configuration when nothing has changed 2019-11-21 06:47:11 +00:00
mconf.c Menuconfig: Don't ask to save configuration when nothing has changed 2019-11-21 06:47:11 +00:00
menu.c Initial public version 2016-08-17 23:08:22 +08:00
merge_config.sh Initial public version 2016-08-17 23:08:22 +08:00
nconf.c Initial public version 2016-08-17 23:08:22 +08:00
nconf.gui.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
nconf.h Initial public version 2016-08-17 23:08:22 +08:00
POTFILES.in Initial public version 2016-08-17 23:08:22 +08:00
qconf.cc Initial public version 2016-08-17 23:08:22 +08:00
qconf.h Initial public version 2016-08-17 23:08:22 +08:00
streamline_config.pl Initial public version 2016-08-17 23:08:22 +08:00
symbol.c Initial public version 2016-08-17 23:08:22 +08:00
util.c Initial public version 2016-08-17 23:08:22 +08:00
zconf.gperf kconfig: Remove gperf 3.1+ incompatible kconf_conf_id forward declaration 2017-02-14 10:01:44 +11:00
zconf.l mconf-idf: Use same 'simple expand' logic, same as kconfig-frontends 2019-07-01 00:38:55 +00:00
zconf.y Menuconfig: Don't ask to save configuration when nothing has changed 2019-11-21 06:47:11 +00:00