Commit af403fb6 authored by Vitaly Lipatov's avatar Vitaly Lipatov

update_versions.sh: allow run with other EPM

parent aa8146e5
......@@ -15,7 +15,8 @@ mkdir -p $TDIR/ $EDIR/ $LDIR/
rm -f $EDIR/errors.txt
EPM=$(realpath $(dirname $0)/../bin/epm)
# run with EPM=/usr/bin/epm to test package
[ -n "$EPM" ] || EPM=$(realpath $(dirname $0)/../bin/epm)
install_app()
{
......
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