Fix shell if test syntax

Change-Id: I158befbd7d29e31be81e3d1b158fea574d72a2e5
private/kendy/mobile
Tor Lillqvist 2018-10-30 12:05:17 +02:00
parent 0b49485383
commit f7130f6d9c
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ fi
AC_DEFINE_UNQUOTED([LOOLWSD_ANONYMIZE_USERNAMES],[$LOOLWSD_ANONYMIZE_USERNAMES],[Enable permanent usernames anonymization in logs])
AC_SUBST(LOOLWSD_ANONYMIZE_USERNAMES)
if "x$anonym_msg" = "x"; then
if test -z "$anonym_msg"; then
anonym_msg="no anonymization of usernames or filenames"
fi
ENABLE_IOSAPP=