From a4a3cf1ec3869836b5f2ff88496eb3bea80beda1 Mon Sep 17 00:00:00 2001 From: Chris Hogan Date: Fri, 5 Jan 2018 10:37:36 -0600 Subject: [PATCH] Correctly parse strings with spaces passed to autogen.sh --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 4c3cf4ea..107638d2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -5,4 +5,4 @@ autoreconf --verbose --install --symlink --force autoreconf --verbose --install --symlink --force autoreconf --verbose --install --symlink --force -./configure --enable-maintainer-mode $* +./configure --enable-maintainer-mode "$@"