From 6c8ef0eb86a39c277d1a43802dd8ea01b51cfb2a Mon Sep 17 00:00:00 2001 From: Michael Richardson Date: Tue, 17 Sep 2019 16:04:43 -0400 Subject: [PATCH] change make check to work with POSIX shell --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index b1e7e684..bb4357b4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -438,7 +438,7 @@ distclean: rm -rf autom4te.cache tests/DIFF tests/NEW check: tcpdump - (mkdir -p tests && export SRCDIR=$$(cd ${srcdir}; pwd) && $$SRCDIR/tests/TESTrun.sh ) + (mkdir -p tests && SRCDIR=`cd ${srcdir}; pwd` && export SRCDIR && $$SRCDIR/tests/TESTrun.sh ) extags: $(TAGFILES) ctags $(TAGFILES) -- 2.39.5