Commit ffaf9eca authored by Robert Haas's avatar Robert Haas

Typo fix.

parent 11c88e59
...@@ -40,7 +40,7 @@ echo "ok" ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment