From bdf663d6d3995d89a3c1303a6b229b0796552378 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 27 Feb 2012 15:50:30 -0800 Subject: [PATCH] Further tweaking of the language around checking shell scripts Thanks to Jonathan Nieder for the improvement. --- policy.sgml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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.

-- 2.39.2