Commit f8d28195 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-requires: fix typo

parent 2a569c6c
...@@ -23,7 +23,7 @@ epm_requires_files() ...@@ -23,7 +23,7 @@ epm_requires_files()
{ {
[ -n "$pkg_files" ] || return [ -n "$pkg_files" ] || return
local PKGTYPE="$(case $(get_package_type $pkg_files))" local PKGTYPE="$(get_package_type $pkg_files)"
case "$PKGTYPE" in case "$PKGTYPE" in
rpm) rpm)
......
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