Commit 9c1b57cc authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm: fix pkg_files, pkg_names fills

parent 20ac459c
......@@ -151,9 +151,9 @@ for opt in "$@" ; do
;;
*)
if [ -f "$opt" ] ; then
pkg_files="$pkgfiles $opt"
pkg_files="$pkg_files $opt"
else
pkg_names="$pkgnames $opt"
pkg_names="$pkg_names $opt"
fi
;;
esac
......
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