summaryrefslogtreecommitdiff
path: root/math/mcsim/patches/patch-Makefile.in
blob: 43604d8f4b7d341d3a7f30e3a0050809db98f742 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-Makefile.in,v 1.1 2011/05/09 20:59:10 asau Exp $

--- Makefile.in.orig	2011-01-29 15:52:31.000000000 +0000
+++ Makefile.in
@@ -481,7 +481,7 @@ check-TESTS: $(TESTS)
 	    if test -f ./$$tst; then dir=./; \
 	    elif test -f $$tst; then dir=; \
 	    else dir="$(srcdir)/"; fi; \
-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
+	    if $(TESTS_ENVIRONMENT) $(SHELL) $${dir}$$tst; then \
 	      all=`expr $$all + 1`; \
 	      case " $(XFAIL_TESTS) " in \
 	      *[\ \	]$$tst[\ \	]*) \