aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMu Qiao <qiaomuf@gentoo.org>2011-06-23 20:42:22 +0800
committerMu Qiao <qiaomuf@gentoo.org>2011-06-26 22:06:37 +0800
commitcc5aea9a128e8a6c5c9a870da743fdcd440f7756 (patch)
treefbcb6c196c7dc3156a83fd6fd5f7447092e5a98c /Makefile.am
parentWalker: make arithmetic expansion follow POSIX (diff)
downloadlibbash-cc5aea9a128e8a6c5c9a870da743fdcd440f7756.tar.gz
libbash-cc5aea9a128e8a6c5c9a870da743fdcd440f7756.tar.bz2
libbash-cc5aea9a128e8a6c5c9a870da743fdcd440f7756.zip
Utility: improve token printing
Now the ast_printer -t will print out the tokens if the file can be lexed properly (previously it required the file to be parsed properly).
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 689c6dd..fb36438 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -281,6 +281,7 @@ EXTRA_DIST = bashast/bashast.g \
scripts/source_true.sh \
scripts/source_return.sh \
scripts/illegal_script.sh \
+ scripts/illegal_script.sh.tokens \
scripts/foo.eclass \
scripts/bar.eclass \
utils/metadata_diff.sh \