summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d67babaf0..128cfc715 100755
--- a/configure
+++ b/configure
@@ -2638,7 +2638,7 @@ _get_toolchain_item() {
_set_toolchain_item() {
local name=${1}
local key=${2}
- local value=${3}
+ local value="${3}"
if test_nz "${name}"; then
_map_set "toolchains" "${name}_${key}" "${value}"
else