Commit d7a00007 authored by serg@serg.mysql.com's avatar serg@serg.mysql.com

fixed test for "root", on some installations / is mounted read-only

parent eb96421a
......@@ -204,7 +204,7 @@ else
fi
USER_OPTION=""
if test -w /
if test "x$USER" = "xroot"
then
if test "$user" != "root" -o $SET_USER = 1
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