diff options
author | P. J. McDermott <pjm@nac.net> | 2012-09-09 15:13:30 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-09-09 15:13:30 (EDT) |
commit | 589089b77f967001ee4e67a5b885e4c46493109f (patch) | |
tree | bdab169f2f33e4151aa7b5d30e3e50a6d99ecb20 | |
parent | 5178de2eb93aa8171295404c458fcb12549dd627 (diff) |
Fix shell command language list.
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index bf993e4..3e7129e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -89,7 +89,7 @@ uninstall: test: all @printf 'Running tests...\n' - @cd tests & $(MAKE) $(MACROS) test + @cd tests && $(MAKE) $(MACROS) test $(distdir): @mkdir -p '$(distdir)' |