summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2022-06-02 21:20:32 +0000
committergutteridge <gutteridge@pkgsrc.org>2022-06-02 21:20:32 +0000
commita44df845c07e59067b726e83366bae9284cadecf (patch)
tree85c6d017225e8502f7c873c3dfad379cd6655a28 /doc/guide
parent703576cb7ff806feef42fcf893ec913eb7e5b1c4 (diff)
downloadpkgsrc-a44df845c07e59067b726e83366bae9284cadecf.tar.gz
fixes.xml: use "she-bang" consistently, and tweak wording
Addresses PR pkg/56607 from J. Lewis Muir.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/fixes.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml
index edee06bc5aa..c0aa1a2ebb4 100644
--- a/doc/guide/files/fixes.xml
+++ b/doc/guide/files/fixes.xml
@@ -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