commit c3c6c5525067d41b0a0329835bd9c8ad671f7c5f
parent 23b3f6398dd2e255b0507baab4a23b9914c661d7
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