From: Luk Claes Date: Mon, 29 Aug 2011 16:04:25 +0000 (-0400) Subject: start-statd: Use bash as -p is no POSIX X-Git-Tag: nfs-utils-1-2-5-rc2~7 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=708f2d63ee2641f72d3a87ce65f12e83e5ad60be;hp=708f2d63ee2641f72d3a87ce65f12e83e5ad60be start-statd: Use bash as -p is no POSIX sh -p is not guaranteed to be provided by POSIX shells. dash for instance does not provide this, so use bash explicitly. Signed-off-by: Luk Claes Signed-off-by: Steve Dickson ---