commit 037e9121b124d1b534f5ff53f9fe656c2a71346f
parent 56604ac29eba4a357aeefe73a4b28f49d06edfa9
Author: Paul <paul@claws-mail.org>
Date: Tue, 6 Nov 2018 06:15:38 +0000
fix bug 4114, 'autogen.sh: Fix argument quoting'
patch by Berhard <rep.dot.nop@gmail.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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