- SCRIPTS+="src/bin/admin/admin-utils.sh "
- SCRIPTS+="tools/cql_config "
- SCRIPTS+="tools/sysrepo_config "
- - SCRIPTS+="tools/add-config.h"
+ - SCRIPTS+="tools/add-config-h.sh"
- shellcheck ${SCRIPTS} ${SHELLCHECK_OPTS}
danger:
1827. [build] andrei
- Add `tools/add-config.h` script that can add
+ Add `tools/add-config-h.sh` script that can add
`#include <config.h>` lines to non-generated source files that
are missing it.
(Gitlab #1453)
# Usage:
#
-# ./tools/add-config-h [-d|--debug] [-h|--help] [-n|--name-only]
+# ./tools/add-config-h.sh [-d|--debug] [-h|--help] [-n|--name-only]
#
# Run from the root of the repository to add `#include <config.h>` lines to
# non-generated .cc files.