Commit 93793955 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm: fix epm version checking

parent 32b8f36c
......@@ -35,7 +35,7 @@ CONFIGDIR=$PROGDIR/../etc
EPMVERSION="@VERSION@"
if [ "$EPMVERSION" = "@VERSION@" ] ; then
if [ "$EPMVERSION" = "@""VERSION""@" ] ; then
EPMVERSION=$(head $PROGDIR/../eepm.spec | grep "^Version: " | sed -e 's|Version: ||' )
fi
......
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