From: Robert Haas Date: Thu, 18 Aug 2011 17:10:18 +0000 (-0400) Subject: Typo fix. X-Git-Tag: REL9_2_BETA1~1264 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ffaf9eca4c27d0a63639ffb3022035a297df9900;p=postgresql Typo fix. --- diff --git a/contrib/sepgsql/chkselinuxenv b/contrib/sepgsql/chkselinuxenv index 0be17ab170..3ae5a0e617 100755 --- a/contrib/sepgsql/chkselinuxenv +++ b/contrib/sepgsql/chkselinuxenv @@ -40,7 +40,7 @@ echo "ok" # # Test.2 - 'runcon' must exist and be executable # -echo -n "test runon command ... " +echo -n "test runcon command ... " CMD_RUNCON="`which runcon 2>/dev/null`" if [ ! -x "${CMD_RUNCON}" ]; then