From 24796a7fdffc8a71e6fe8ecc7dbf1de63c1e1a60 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Wed, 30 Jun 2004 10:31:01 +0000 Subject: [PATCH] Rene Rebe: * reverted r3383 - the one our ober guru does not like ... git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3449 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- scripts/functions | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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.