Commit dcec79a3 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play common.sh: add check for missed PKGNAME

parent c0100675
...@@ -421,6 +421,7 @@ epm tool estrlist has_space "$PKGNAME" 2>/dev/null && pkgtext="packages" && pkgi ...@@ -421,6 +421,7 @@ epm tool estrlist has_space "$PKGNAME" 2>/dev/null && pkgtext="packages" && pkgi
# set PKGNAME to $BASEPKGNAME-$VERSION if $VERSION is found in PRODUCTALT # set PKGNAME to $BASEPKGNAME-$VERSION if $VERSION is found in PRODUCTALT
[ -n "$PRODUCTALT" ] && check_alternative_pkgname [ -n "$PRODUCTALT" ] && check_alternative_pkgname
[ -n "$PKGNAME" ] || fatal "Can't get PKGNAME"
case "$1" in case "$1" in
"--remove") "--remove")
......
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