diff options
author | Greg Steuck <greg@nest.cx> | 2021-11-07 22:08:59 -0800 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-11-25 08:35:31 -0500 |
commit | 20101d9ca016fca17605dd4f641640a60bdadca4 (patch) | |
tree | 36717821904c9fc2bc729be58d08e134c77667dc | |
parent | 774fc4d63f920d4f8057450c3d50a483b025a536 (diff) | |
download | haskell-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-x | validate | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |