[Xfce4-commits] <gigolo:master> Fix test expression
Enrico Tröger
noreply at xfce.org
Fri Nov 2 16:58:01 CET 2012
Updating branch refs/heads/master
to 6d3364160fde466f0e7f6542197b3a5cc6de709f (commit)
from b2f575463c8609d8d54f6e15945ea8059032194c (commit)
commit 6d3364160fde466f0e7f6542197b3a5cc6de709f
Author: Enrico Tröger <enrico at 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
More information about the Xfce4-commits
mailing list