From: Dave Reisner Date: Thu, 7 Jun 2012 23:49:16 +0000 (-0400) Subject: bootstrap-configure: quote command line arg expansion X-Git-Tag: v9~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=563befdba68316642d4f0a5e7a96b9c28a743570;p=thirdparty%2Fkmod.git bootstrap-configure: quote command line arg expansion --- diff --git a/bootstrap-configure b/bootstrap-configure index 2bcd7880..857745e0 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -1,4 +1,4 @@ #!/bin/sh . ./bootstrap && \ - exec ./configure CFLAGS="-g -O2 -Werror" $args $hackargs $* + exec ./configure CFLAGS="-g -O2 -Werror" $args $hackargs "$@"