diff options
-rwxr-xr-x | validate | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -199,7 +199,7 @@ if [ $testsuite_only -eq 0 ]; then INSTDIR="$thisdir/inst" python3 ./boot --validate - $configure_cmd --prefix="$INSTDIR" $config_args + $configure_cmd --prefix="$INSTDIR" --enable-tarballs-autodownload $config_args fi if [ "$use_hadrian" = "NO" ] |