Updating branch refs/heads/master
         to 6d3364160fde466f0e7f6542197b3a5cc6de709f (commit)
       from b2f575463c8609d8d54f6e15945ea8059032194c (commit)

commit 6d3364160fde466f0e7f6542197b3a5cc6de709f
Author: Enrico Tröger <enr...@xfce.org>
Date:   Fri Nov 2 16:55:00 2012 +0100

    Fix test expression

 configure.ac |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2f5a659..ee77170 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,8 +37,7 @@ GETTEXT_PACKAGE=gigolo
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package.])
 
-if [ "${LINGUAS}" ]
-then
+if test "${LINGUAS}"; then
        ALL_LINGUAS="${LINGUAS}"
 else
        if test -z "$conf_dir" ; then
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to