diff options
Diffstat (limited to 'util')
-rwxr-xr-x | util/chibios_conf_updater.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/chibios_conf_updater.sh b/util/chibios_conf_updater.sh index 5ba8aa677..d1640b672 100755 --- a/util/chibios_conf_updater.sh +++ b/util/chibios_conf_updater.sh | |||
@@ -38,7 +38,7 @@ find_chibi_files() { | |||
38 | local search_path="$1" | 38 | local search_path="$1" |
39 | shift | 39 | shift |
40 | local conditions=( "$@" ) | 40 | local conditions=( "$@" ) |
41 | for file in $(find -L "$search_path" -not -path '*/lib/chibios*' -and -not -path '*/lib/ugfx*' -and -not -path '*/util/*' -and \( "${conditions[@]}" \) | sort) ; do | 41 | for file in $(find -L "$search_path" -not -path '*/lib/chibios*' -and -not -path '*/util/*' -and \( "${conditions[@]}" \) | sort) ; do |
42 | if [ -z "$(grep 'include_next' "$file")" ] ; then | 42 | if [ -z "$(grep 'include_next' "$file")" ] ; then |
43 | echo $file | 43 | echo $file |
44 | fi | 44 | fi |