From 26ae96f6db981dd1262cb7e0586039c2116ec3ca Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 21 Aug 2016 10:47:16 +1200 Subject: Remove apostrophe from comment to calm pdksh To my considerable surprise, OpenPSD pdksh sees this apostrophe within this subshell wrapper as an *open quote*! --- sh/shrc.d/sd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh/shrc.d/sd.sh') diff --git a/sh/shrc.d/sd.sh b/sh/shrc.d/sd.sh index c6513aac..80ae7c12 100644 --- a/sh/shrc.d/sd.sh +++ b/sh/shrc.d/sd.sh @@ -43,7 +43,7 @@ sd() { fi # Set the positional parameters to either the requested directory, or - # all of the current directory's siblings if no request + # all siblings of the current directory if no request spec=$1 set -- if [ -n "$spec" ] ; then -- cgit v1.2.3