summaryrefslogtreecommitdiff
path: root/mk/check/check-interpreter.mk
diff options
context:
space:
mode:
authortnn <tnn>2008-02-05 08:17:59 +0000
committertnn <tnn>2008-02-05 08:17:59 +0000
commit5f703b2f79005e1fd857ed7d504839468b9e9c89 (patch)
tree3269b734d3b8c55a701c87eb6c1e1ef200f4d442 /mk/check/check-interpreter.mk
parentad94700a5dc7f6ff8ca612bb3c7d4c083404be85 (diff)
downloadpkgsrc-5f703b2f79005e1fd857ed7d504839468b9e9c89.tar.gz
Convert to ${RUN}
Diffstat (limited to 'mk/check/check-interpreter.mk')
-rw-r--r--mk/check/check-interpreter.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/mk/check/check-interpreter.mk b/mk/check/check-interpreter.mk
index 1aa35238930..f40dcc75462 100644
--- a/mk/check/check-interpreter.mk
+++ b/mk/check/check-interpreter.mk
@@ -1,4 +1,4 @@
-# $NetBSD: check-interpreter.mk,v 1.21 2007/11/30 08:34:31 bjs Exp $
+# $NetBSD: check-interpreter.mk,v 1.22 2008/02/05 08:17:59 tnn Exp $
#
# This file checks that after installation, all files of the package
# that start with a "#!" line will find their interpreter. Files that
@@ -42,9 +42,7 @@ privileged-install-hook: _check-interpreter
_check-interpreter: error-check .PHONY
@${STEP_MSG} "Checking for non-existent script interpreters in ${PKGNAME}"
- ${_PKG_SILENT}${_PKG_DEBUG} \
- set -e; \
- cd ${DESTDIR}${PREFIX}; \
+ ${RUN} cd ${DESTDIR}${PREFIX}; \
${_CHECK_INTERP_FILELIST_CMD} | ${SORT} | ${SED} 's,\\,\\\\,g' |\
while read file; do \
case "$$file" in \