From 563befdba68316642d4f0a5e7a96b9c28a743570 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Thu, 7 Jun 2012 19:49:16 -0400 Subject: [PATCH] bootstrap-configure: quote command line arg expansion --- bootstrap-configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-configure b/bootstrap-configure index 2bcd788..857745e 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 "$@" -- 2.7.4