]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
bootstrap-configure: quote command line arg expansion
authorDave Reisner <dreisner@archlinux.org>
Thu, 7 Jun 2012 23:49:16 +0000 (19:49 -0400)
committerDave Reisner <dreisner@archlinux.org>
Sat, 16 Jun 2012 00:35:28 +0000 (20:35 -0400)
bootstrap-configure

index 2bcd788082870869ba064815a06b42054ee0019b..857745e0b6c3ef11cd66de2ca9dc55eff9a82670 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 . ./bootstrap && \
-       exec ./configure CFLAGS="-g -O2 -Werror" $args $hackargs $*
+       exec ./configure CFLAGS="-g -O2 -Werror" $args $hackargs "$@"