Kaydet (Commit) c5489e31 authored tarafından Luboš Luňák's avatar Luboš Luňák

need to be afraid of empty quoted strings as test arguments

At least 07a841bc says so.
üst 504aead0
...@@ -79,7 +79,7 @@ AC_SUBST(x_Cygwin) ...@@ -79,7 +79,7 @@ AC_SUBST(x_Cygwin)
cat /dev/null > warn cat /dev/null > warn
if test "$EUID" = "0" -a "`uname -o 2>/dev/null`" = "Cygwin"; then if test "z$EUID" = "z0" -a "`uname -o 2>/dev/null`" = "Cygwin"; then
AC_MSG_ERROR([You must build LibreOffice as a normal user - not using an administrative account]) AC_MSG_ERROR([You must build LibreOffice as a normal user - not using an administrative account])
fi fi
......
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