Commit fa041b13 authored by Vitaly Lipatov's avatar Vitaly Lipatov

update_versions.sh: write package=beta to be compatible with epm play

parent f3078c84
......@@ -23,7 +23,7 @@ install_app()
local app="$1"
local applog="$1"
local alt="$2"
[ -n "$alt" ] && applog="$applog.$alt" && alt=" = $alt"
[ -n "$alt" ] && applog="$applog=$alt" && alt=" = $alt"
echo -n "epm play $playopt $app $alt ..."
$EPM play $playopt --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