summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-06-07 10:42:04 +0000
committerrillig <rillig@pkgsrc.org>2020-06-07 10:42:04 +0000
commite948e358a5c7b49c8aaa682f150b1a1e4160521c (patch)
tree9cb3f9eabd32d1f273b9248365cc49a1b29fec98 /mk
parentd7433952465136655e1af38aa8a5945c52c9fdd0 (diff)
downloadpkgsrc-e948e358a5c7b49c8aaa682f150b1a1e4160521c.tar.gz
mk/check/check-portability.mk: remove leaked debug code
Thanks jperkin@.
Diffstat (limited to 'mk')
-rw-r--r--mk/check/check-portability.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/check/check-portability.mk b/mk/check/check-portability.mk
index 9a92a12d0c6..0eb1f32e798 100644
--- a/mk/check/check-portability.mk
+++ b/mk/check/check-portability.mk
@@ -1,4 +1,4 @@
-# $NetBSD: check-portability.mk,v 1.18 2020/06/07 06:05:35 rillig Exp $
+# $NetBSD: check-portability.mk,v 1.19 2020/06/07 10:42:04 rillig Exp $
#
# This file checks that the extracted shell programs don't contain
# bashisms or other constructs that only work on some platforms.
@@ -48,7 +48,6 @@ _check-portability:
${RUN} \
[ -d ${WRKSRC}/. ] || exit 0; \
cd ${WRKSRC}; \
- echo "$$PATH" | tr : '\n'; \
${SETENV} \
SKIP_FILTER=${CHECK_PORTABILITY_SKIP:@p@${p}) skip=yes;;@:Q} \
PREFIX=${PREFIX} \