a9db1239bf
Add a README.OpenBSD file with some notes about the send-email command. (via matthieu@)
13 lines
337 B
Plaintext
13 lines
337 B
Plaintext
$OpenBSD: patch-t_Makefile,v 1.2 2010/10/07 09:42:23 bernd Exp $
|
|
--- t/Makefile.orig Sun Sep 19 01:43:54 2010
|
|
+++ t/Makefile Tue Sep 21 14:45:48 2010
|
|
@@ -7,7 +7,7 @@
|
|
-include ../config.mak
|
|
|
|
#GIT_TEST_OPTS=--verbose --debug
|
|
-SHELL_PATH ?= $(SHELL)
|
|
+SHELL_PATH = $(REGRESS_SHELL)
|
|
PERL_PATH ?= /usr/bin/perl
|
|
TAR ?= $(TAR)
|
|
RM ?= rm -f
|