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