mirror of
https://github.com/postgres/postgres.git
synced 2025-10-28 11:55:03 +03:00
Typo fix.
This commit is contained in:
@@ -40,7 +40,7 @@ echo "ok"
|
|||||||
#
|
#
|
||||||
# Test.2 - 'runcon' must exist and be executable
|
# 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`"
|
CMD_RUNCON="`which runcon 2>/dev/null`"
|
||||||
if [ ! -x "${CMD_RUNCON}" ]; then
|
if [ ! -x "${CMD_RUNCON}" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user