From f3c05720208ba645930dfccc03ef6f5b509acf00 Mon Sep 17 00:00:00 2001 From: Mu Qiao Date: Tue, 31 May 2011 15:28:27 +0800 Subject: Builtin: fix a bug in inherit built-in We should use space to separate each value of the global variables. Now this is fixed. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 423bcc4..e511111 100644 --- a/Makefile.am +++ b/Makefile.am @@ -237,6 +237,7 @@ EXTRA_DIST = bashast/bashast.g \ scripts/source_return.sh \ scripts/illegal_script.sh \ scripts/foo.eclass \ + scripts/bar.eclass \ utils/metadata_diff.sh \ utils/isolated-functions.sh \ test_coverage.sh \ -- cgit v1.2.3-65-gdbad