Commit 6fe6e245 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play common.sh: fix typo (ALT bug 43706)

parent 58f1246d
......@@ -93,7 +93,7 @@ case "$1" in
fi
pkgver="$(epm print version for package $PKGNAME)"
if [ -n "$pkgver" ] && [ "$(get_latest_version $PKGNAME)" = "$pkgver" ] ; then
echo "There is no newer version of $PKGNAME then installed version $pkgver."
echo "There is no newer version of $PKGNAME than installed version $pkgver."
exit
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