pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/doc/guide/files
Module Name: pkgsrc
Committed By: gutteridge
Date: Thu Jun 2 21:20:32 UTC 2022
Modified Files:
pkgsrc/doc/guide/files: fixes.xml
Log Message:
fixes.xml: use "she-bang" consistently, and tweak wording
Addresses PR pkg/56607 from J. Lewis Muir.
To generate a diff of this commit:
cvs rdiff -u -r1.178 -r1.179 pkgsrc/doc/guide/files/fixes.xml
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/guide/files/fixes.xml
diff -u pkgsrc/doc/guide/files/fixes.xml:1.178 pkgsrc/doc/guide/files/fixes.xml:1.179
--- pkgsrc/doc/guide/files/fixes.xml:1.178 Sat May 21 15:38:19 2022
+++ pkgsrc/doc/guide/files/fixes.xml Thu Jun 2 21:20:32 2022
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.178 2022/05/21 15:38:19 nia Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.179 2022/06/02 21:20:32 gutteridge Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Making your package work</title>
@@ -1567,8 +1567,8 @@ MESON_ARGS+= -Dx11=false
<para><varname>REPLACE_SH</varname>,
<varname>REPLACE_BASH</varname>, <varname>REPLACE_CSH</varname>,
and <varname>REPLACE_KSH</varname> can be used to replace shell
- hash bangs in files. Please use the appropriate one, preferring
- <varname>REPLACE_SH</varname> in case this shell is sufficient.
+ she-bangs in files. Please use the appropriate one, preferring
+ <varname>REPLACE_SH</varname> when this shell is sufficient.
Each should contain a list of scripts, relative to
<varname>WRKSRC</varname>, that you want adjusted. Every
occurrence of the matching shell in a she-bang line will be
Home |
Main Index |
Thread Index |
Old Index