Commit 10f6f3f1 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rename queryl to filelist

parent c7af7a9d
......@@ -124,8 +124,8 @@ for opt in "$@" ; do
-qf)
epm_cmd=query_file
;;
-ql)
epm_cmd=queryl
-ql|filelist)
epm_cmd=filelist
;;
*)
if [ -f "$opt" ] ; then
......
......@@ -20,9 +20,9 @@
# copied from korinf/tools/run-script/scripts/search
epm_queryl()
epm_filelist()
{
[ -n "$pkg_filenames" ] || fatal "Run query without names"
[ -n "$pkg_files" ] || fatal "Run query without names"
case $DISTRNAME in
"ALTLinux"|"PCLinux")
......@@ -46,6 +46,6 @@ case $DISTRNAME in
;;
esac
docmd $CMD $pkg_filenames
docmd $CMD $pkg_files
}
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