diff --git a/scripts/functions b/scripts/functions index 64760545f..ee4870874 100644 --- a/scripts/functions +++ b/scripts/functions @@ -268,10 +268,7 @@ function eval_config_command() { done echo Running "$config_command" - - # do not log read for the config script ... - touch $FLWRAPPER_RLOG-config - FLWRAPPER_RLOG="$FLWRAPPER_RLOG-config" eval "$config_command" + eval "$config_command" } # run 'make check' if Makefile supports it.