[Commits] [SCM] claws branch, master, updated. 3.17.0-149-g037e912
claws at claws-mail.org
claws at claws-mail.org
Tue Nov 6 07:15:43 CET 2018
The branch, master has been updated
via 037e9121b124d1b534f5ff53f9fe656c2a71346f (commit)
from 56604ac29eba4a357aeefe73a4b28f49d06edfa9 (commit)
Summary of changes:
autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 037e9121b124d1b534f5ff53f9fe656c2a71346f
Author: Paul <paul at claws-mail.org>
Date: Tue Nov 6 06:15:38 2018 +0000
fix bug 4114, 'autogen.sh: Fix argument quoting'
patch by Berhard <rep.dot.nop at gmail.com>
diff --git a/autogen.sh b/autogen.sh
index 48609ce..694ef7c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -55,5 +55,5 @@ ${LIBTOOL} \
&& autoheader \
&& automake --add-missing --foreign --copy
if test -z "$NOCONFIGURE"; then
-exec ./configure --enable-maintainer-mode $@
+exec ./configure --enable-maintainer-mode "$@"
fi
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list