Log mkvtoolnix configure messages into correct log file

This commit is contained in:
Moritz Bunkus 2010-03-07 15:25:50 +01:00
parent cbccd724ee
commit 531b0364d1

View File

@ -154,8 +154,9 @@ function unpack {
function init { function init {
local module="$1" local module="$1"
local action="${2:-Installing}"
LOG=${LOG_DIR}/${module}.log LOG=${LOG_DIR}/${module}.log
echo Installing ${module} echo ${action} ${module}
} }
function run_configure { function run_configure {
@ -421,8 +422,7 @@ EOF
} }
function configure_mkvtoolnix { function configure_mkvtoolnix {
echo Configuring mkvtoolnix init mkvtoolnix Configuring
local log=${LOG_DIR}/configure.log
./run_configure.sh >> ${LOG} 2>&1 ./run_configure.sh >> ${LOG} 2>&1
local result=$? local result=$?