pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/configure The intention behind REPLACE_BASH was to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e6acb37d278
branches:  trunk
changeset: 516765:9e6acb37d278
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jul 27 14:51:54 2006 +0000

description:
The intention behind REPLACE_BASH was to make replacing /bin/sh with
${BASH} easy, so the pattern that is replaced is now .*sh instead .*bash.

diffstat:

 mk/configure/replace-interpreter.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2da99b46f34a -r 9e6acb37d278 mk/configure/replace-interpreter.mk
--- a/mk/configure/replace-interpreter.mk       Thu Jul 27 14:00:21 2006 +0000
+++ b/mk/configure/replace-interpreter.mk       Thu Jul 27 14:51:54 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: replace-interpreter.mk,v 1.3 2006/07/20 13:54:44 jlam Exp $
+# $NetBSD: replace-interpreter.mk,v 1.4 2006/07/27 14:51:54 rillig Exp $
 
 # This file provides common templates for replacing #! interpreters
 # in script files.
@@ -52,7 +52,7 @@
 
 .if !empty(REPLACE_BASH:M*)
 REPLACE_INTERPRETER+=  sys-bash
-REPLACE.sys-bash.old=  .*bash
+REPLACE.sys-bash.old=  .*sh
 REPLACE.sys-bash.new=  ${BASH}
 REPLACE_FILES.sys-bash=        ${REPLACE_BASH}
 .endif



Home | Main Index | Thread Index | Old Index