Commit 2955e69d authored by Vitaly Lipatov's avatar Vitaly Lipatov

update_versions.sh: fix install alternatives

parent 35775ce4
......@@ -22,7 +22,7 @@ install_app()
local app="$1"
local applog="$1"
local alt="$2"
[ -n "$alt" ] && applog="$applog.$alt"
[ -n "$alt" ] && alt=" = $alt" && applog="$applog.$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