diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 07:34:30 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 14:37:23 +0000 |
commit | aff34230068e4329f0351d4ec537de5f6a5029bc (patch) | |
tree | 7935aca2aa976e052d5434e2764620b7e05053fa | |
parent | d4e3b2498b73ab800f103056684ebc195ae02cbd (diff) | |
download | bcparser-aff34230068e4329f0351d4ec537de5f6a5029bc.tar.bz2 bcparser-aff34230068e4329f0351d4ec537de5f6a5029bc.tar.xz |
build system: configure: make the cfgtest framework available to ccenv.sh.
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -151,6 +151,9 @@ init_vars() eval "$mb_expr" done + # cfgtest + . $mb_project_dir/sofort/cfgtest/cfgtest.sh + # ccenv . $mb_project_dir/sofort/ccenv/ccenv.sh |