diff options
author | Bruno Haible <bruno@clisp.org> | 2006-06-22 11:26:07 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:26 +0200 |
commit | b677d519ae61e248c0391a72ee76a0b2d8f4126a (patch) | |
tree | 96009d80834b612a07c49cc77c55f667e61205c6 /gettext-tools/tests/Makefile.am | |
parent | 93882c1dbe95b7c0b30dbbf8a81cf0d8cf455220 (diff) | |
download | external_gettext-b677d519ae61e248c0391a72ee76a0b2d8f4126a.zip external_gettext-b677d519ae61e248c0391a72ee76a0b2d8f4126a.tar.gz external_gettext-b677d519ae61e248c0391a72ee76a0b2d8f4126a.tar.bz2 |
Recognize $(...) syntax also inside double-quotes.
Diffstat (limited to 'gettext-tools/tests/Makefile.am')
-rw-r--r-- | gettext-tools/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/Makefile.am b/gettext-tools/tests/Makefile.am index 92c162d..31aeb1f 100644 --- a/gettext-tools/tests/Makefile.am +++ b/gettext-tools/tests/Makefile.am @@ -84,7 +84,7 @@ TESTS = gettext-1 gettext-2 gettext-3 gettext-4 gettext-5 gettext-6 gettext-7 \ xgettext-properties-1 \ xgettext-python-1 xgettext-python-2 xgettext-python-3 \ xgettext-scheme-1 \ - xgettext-sh-1 xgettext-sh-2 xgettext-sh-3 xgettext-sh-4 \ + xgettext-sh-1 xgettext-sh-2 xgettext-sh-3 xgettext-sh-4 xgettext-sh-5 \ xgettext-smalltalk-1 \ xgettext-stringtable-1 \ xgettext-tcl-1 xgettext-tcl-2 \ |