diff options
author | 2011-05-19 19:24:56 +0800 | |
---|---|---|
committer | 2011-05-23 23:04:44 +0800 | |
commit | fa45a6a4d9cd33f79d3837a6e7759a8f843bf72f (patch) | |
tree | 027371c2c8723ea923272305d04a1dc725cd70b3 /Makefile.am | |
parent | Parser: fix var_ref in arithmetic expansion (diff) | |
download | libbash-fa45a6a4d9cd33f79d3837a6e7759a8f843bf72f.tar.gz libbash-fa45a6a4d9cd33f79d3837a6e7759a8f843bf72f.tar.bz2 libbash-fa45a6a4d9cd33f79d3837a6e7759a8f843bf72f.zip |
Utility: add a script for metadata correctness statistic
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 171af0b..011f011 100644 --- a/Makefile.am +++ b/Makefile.am @@ -224,6 +224,7 @@ EXTRA_DIST = bashast/bashast.g \ scripts/source_return.sh \ scripts/illegal_script.sh \ scripts/foo.eclass \ + utils/metadata_diff.sh \ test_coverage.sh \ autogen.sh \ $(BASH_TESTS) \ |