From ffaf9eca4c27d0a63639ffb3022035a297df9900 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Thu, 18 Aug 2011 13:10:18 -0400 Subject: [PATCH] Typo fix. --- contrib/sepgsql/chkselinuxenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0