From: Russ Allbery
Date: Mon, 27 Feb 2012 23:50:30 +0000 (-0800)
Subject: Further tweaking of the language around checking shell scripts
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bdf663d6d3995d89a3c1303a6b229b0796552378;p=debian%2Fdebian-policy.git
Further tweaking of the language around checking shell scripts
Thanks to Jonathan Nieder for the improvement.
---
diff --git a/policy.sgml b/policy.sgml
index 53b78b0..1a61d4f 100644
--- a/policy.sgml
+++ b/policy.sgml
@@ -7980,9 +7980,10 @@ fname () {
as its interpreter. Checking your script
with checkbashisms from
the devscripts package or running your script
- with posh may help uncover violations of the above
- requirements. If in doubt whether a script complies with these
- requirements, use /bin/bash.
+ with an alternate shell such as posh may help
+ uncover violations of the above requirements. If in doubt
+ whether a script complies with these requirements,
+ use /bin/bash.