Skip to content

Commit 1330923

Browse files
Ludovic RousseauPeter Stuge
authored andcommitted
autogen.sh: Correctly pass arguments containing spaces to configure
libusbx.git commit d20cd4f3573fe74d0ec5a4e1d60c9d291547ace4
1 parent 8dc8b97 commit 1330923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ autoheader || exit 1
1717
autoconf || exit 1
1818
automake -a -c || exit 1
1919
./configure --enable-maintainer-mode --enable-debug-log \
20-
--enable-examples-build $*
20+
--enable-examples-build "$@"

0 commit comments

Comments
 (0)