Browse Source

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
rocklinux
Rene Rebe 20 years ago
parent
commit
24796a7fdf
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      scripts/functions

+ 1
- 4
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.

Loading…
Cancel
Save