Commit 8110aa03 authored by Vitaly Lipatov's avatar Vitaly Lipatov

update_versions.sh: fix getting of eepm version

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