From 589089b77f967001ee4e67a5b885e4c46493109f Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 09 Sep 2012 15:13:30 -0400 Subject: Fix shell command language list. --- 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)' -- cgit v0.9.1