Skip to content

Commit

Permalink
Removed unnecessary shell code:
Browse files Browse the repository at this point in the history
  p|p) is the same as p)
  • Loading branch information
heinz committed Mar 24, 2007
1 parent 27d4d24 commit ae77e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mk/check/check-interpreter.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: check-interpreter.mk,v 1.17 2007/03/20 16:21:10 joerg Exp $
# $NetBSD: check-interpreter.mk,v 1.18 2007/03/24 18:03:09 heinz Exp $
#
# This file checks that after installation, all files of the package
# that start with a "#!" line will find their interpreter. Files that
Expand Down Expand Up @@ -44,7 +44,7 @@ _check-interpreter: error-check .PHONY
${_CHECK_INTERP_FILELIST_CMD} | ${SORT} | ${SED} 's,\\,\\\\,g' |\
while read file; do \
case "$$file" in \
${_CHECK_INTERP_SKIP:@p@${p}|${p}) continue ;;@} \
${_CHECK_INTERP_SKIP:@p@${p}) continue ;;@} \
*) ;; \
esac; \
if [ ! -r "$$file" ]; then \
Expand Down

0 comments on commit ae77e8e

Please sign in to comment.