From 3bee923c93f9624ce3abf8d55173be66a7755545 Mon Sep 17 00:00:00 2001 From: Patrick Nguyen Date: Thu, 4 May 2017 08:48:51 -0800 Subject: Use $opt defined in the loop rather than raw string. Fixes #9651. Change: 155089799 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index dce59586ab..d7dde98292 100755 --- a/configure +++ b/configure @@ -357,7 +357,7 @@ fi # Append CC optimization flags to bazel.rc for opt in $CC_OPT_FLAGS; do - write_to_bazelrc 'build:opt --cxxopt=$opt --copt=$opt' + write_to_bazelrc "build:opt --cxxopt=$opt --copt=$opt" done # Run the gen_git_source to create links where bazel can track dependencies for -- cgit v1.2.3