pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bedtools: Remove unnecessary subshell



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sun Feb 7 15:00:27 2021 +0100
Changeset:	9afbf09b9e77d7830c4cefac14c9045224675e6a

Modified Files:
	bedtools/Makefile

Log Message:
bedtools: Remove unnecessary subshell

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9afbf09b9e77d7830c4cefac14c9045224675e6a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bedtools/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/bedtools/Makefile b/bedtools/Makefile
index 6ad5757e4c..34f5a26776 100644
--- a/bedtools/Makefile
+++ b/bedtools/Makefile
@@ -22,7 +22,7 @@ SUBST_SED.pybin=	-e 's|python|${PYTHONBIN}|g'
 SUBST_FILES.pybin=	Makefile
 
 do-test:
-	(cd ${WRKSRC}/test && bash test.sh)
+	cd ${WRKSRC}/test && bash test.sh
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../archivers/bzip2/buildlink3.mk"


Home | Main Index | Thread Index | Old Index