Commit 40d5e6d0 authored by Vitaly Lipatov's avatar Vitaly Lipatov

update_versions.sh: fix applog name

parent 3c98568d
......@@ -22,7 +22,7 @@ install_app()
local app="$1"
local applog="$1"
local alt="$2"
[ -n "$alt" ] && alt=" = $alt" && applog="$applog.$alt"
[ -n "$alt" ] && applog="$applog.$alt" && alt=" = $alt"
echo -n "epm play $app $alt ..."
$EPM play --verbose --auto $app $alt >$EDIR/$applog 2>&1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment