mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
Log mkvtoolnix configure messages into correct log file
This commit is contained in:
parent
cbccd724ee
commit
531b0364d1
@ -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=$?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user