]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
Further tweaking of the language around checking shell scripts
authorRuss Allbery <rra@debian.org>
Mon, 27 Feb 2012 23:50:30 +0000 (15:50 -0800)
committerRuss Allbery <rra@debian.org>
Mon, 27 Feb 2012 23:50:30 +0000 (15:50 -0800)
Thanks to Jonathan Nieder for the improvement.

policy.sgml

index 53b78b0d349fa4c4707df1b3eaebc8310bfb5631..1a61d4f68a39d509e26eeb5aaa6e83ae3cbc8f1e 100644 (file)
@@ -7980,9 +7980,10 @@ fname () {
          as its interpreter.  Checking your script
          with <prgn>checkbashisms</prgn> from
          the <package>devscripts</package> package or running your script
-         with <prgn>posh</prgn> may help uncover violations of the above
-         requirements.  If in doubt whether a script complies with these
-         requirements, use <file>/bin/bash</file>.
+         with an alternate shell such as <prgn>posh</prgn> may help
+         uncover violations of the above requirements.  If in doubt
+         whether a script complies with these requirements,
+         use <file>/bin/bash</file>.
        </p>
 
        <p>