From 7dd6db5baa9605fd6efe6d56b9344f906ce91ac3 Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Fri, 25 Jun 2010 17:06:15 -0400 Subject: [PATCH] Makefile portability patch Don't run tests with sh, since sh is not always bash. Signed-off-by: Neil Brown --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d0ac8b0..85548ef 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ wiggle.o load.o split.o extract.o diff.o bestmatch.o ReadMe.o merge.o \ merge2.o vpatch.o : wiggle.h test: wiggle dotest - sh dotest + ./dotest wiggle.man : wiggle.1 nroff -man wiggle.1 > wiggle.man -- 2.39.5