Commit e828ff5d authored by Vitaly Lipatov's avatar Vitaly Lipatov

print number of obsoleted version

parent ed7460c1
...@@ -109,7 +109,7 @@ load_mod config gettext alt spec strings ...@@ -109,7 +109,7 @@ load_mod config gettext alt spec strings
# check for needed version # check for needed version
if [ -n "$NEEDETERBUILD" ] ; then if [ -n "$NEEDETERBUILD" ] ; then
if [ "$NEEDETERBUILD" -gt "$ETERBUILDVERSION" ] ; then if [ "$NEEDETERBUILD" -gt "$ETERBUILDVERSION" ] ; then
echo "Obsoleted version of etersoft-build-utils version is used. Please upgrade it to $NEEDETERBUILD version." echo "Obsoleted version $ETERBUILDVERSION of etersoft-build-utils version is used. Please upgrade it to $NEEDETERBUILD version."
exit 1 exit 1
fi fi
fi 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