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

This commit is contained in:
unknown 2002-11-08 22:45:31 +01:00
parent 93b95819da
commit 36f5ff834d

View File

@ -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