pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/configure



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Mar 22 21:31:21 UTC 2020

Modified Files:
        pkgsrc/mk/configure: replace-interpreter.mk

Log Message:
mk/configure/replace-interpreter.mk: add missing empty line

The optional /usr/bin/env is independent from sh. It applies to all
languages.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/mk/configure/replace-interpreter.mk

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

Modified files:

Index: pkgsrc/mk/configure/replace-interpreter.mk
diff -u pkgsrc/mk/configure/replace-interpreter.mk:1.17 pkgsrc/mk/configure/replace-interpreter.mk:1.18
--- pkgsrc/mk/configure/replace-interpreter.mk:1.17     Mon Feb 18 14:10:37 2019
+++ pkgsrc/mk/configure/replace-interpreter.mk  Sun Mar 22 21:31:21 2020
@@ -1,4 +1,4 @@
-# $NetBSD: replace-interpreter.mk,v 1.17 2019/02/18 14:10:37 bsiegert Exp $
+# $NetBSD: replace-interpreter.mk,v 1.18 2020/03/22 21:31:21 rillig Exp $
 
 # This file provides common templates for replacing #! interpreters
 # in script files.
@@ -99,6 +99,7 @@ REPLACE.sys-sh.old=   [^[:space:]]*sh
 REPLACE.sys-sh.new=    ${SH}
 REPLACE_FILES.sys-sh=  ${REPLACE_SH}
 .endif
+
 # sed regexp to match optional "/usr/bin/env" followed by one or more spaces
 REPLACE.optional-env-space= \(/usr/bin/env[[:space:]][[:space:]]*\)\{0,1\}
 



Home | Main Index | Thread Index | Old Index