summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Steuck <greg@nest.cx>2021-11-07 22:08:59 -0800
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-11-25 08:35:31 -0500
commit20101d9ca016fca17605dd4f641640a60bdadca4 (patch)
tree36717821904c9fc2bc729be58d08e134c77667dc
parent774fc4d63f920d4f8057450c3d50a483b025a536 (diff)
downloadhaskell-20101d9ca016fca17605dd4f641640a60bdadca4.tar.gz
Permit multiple values in config_args for validate
The whitespace expansion should be permitted to pass multiple arguments to configure.
-rwxr-xr-xvalidate2
1 files changed, 1 insertions, 1 deletions
diff --git a/validate b/validate
index 6bb3399316..0f0f5814cb 100755
--- a/validate
+++ b/validate
@@ -242,7 +242,7 @@ if [ $build_only -eq 1 ] ||
fi
python3 ./boot --validate
- $configure_cmd --enable-tarballs-autodownload "$CONFIG_ARGS"
+ $configure_cmd --enable-tarballs-autodownload $CONFIG_ARGS
fi