diff options
| author | Robert Haas | 2011-08-18 17:10:18 +0000 |
|---|---|---|
| committer | Robert Haas | 2011-08-18 17:10:43 +0000 |
| commit | ffaf9eca4c27d0a63639ffb3022035a297df9900 (patch) | |
| tree | b71add4c3c480958886cb0dab66d6affa989ac0c | |
| parent | 11c88e59a60b2096ab42fa7cf9bff542717ec1e0 (diff) | |
Typo fix.
| -rwxr-xr-x | contrib/sepgsql/chkselinuxenv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sepgsql/chkselinuxenv b/contrib/sepgsql/chkselinuxenv index 0be17ab1706..3ae5a0e617d 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 |
