Commit 1ca0b7fd authored by Vitaly Lipatov's avatar Vitaly Lipatov

update_versions.sh: fix get eepm version

parent b27a56fe
......@@ -74,8 +74,7 @@ $EPM play $playopt --list-all --short | while read app ; do
done
# save eepm version
version="$(grep "^Version: " $(dirname $EPM)/../eepm.spec | head -n1 | sed -e 's|Version: ||')"
echo "$version" > $TDIR/eepm
$EPM --short --version > $TDIR/eepm
commit_git()
{
......
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