Skip to content

Commit

Permalink
removing unused package list
Browse files Browse the repository at this point in the history
  • Loading branch information
vbatts committed Jul 17, 2012
1 parent 5e42b0a commit debc501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/slf
Expand Up @@ -55,7 +55,7 @@ elsif (ARGV.count == 0)
end

begin
print_package_searched_files(build_packages(options, []), ARGV)
print_package_searched_files(ARGV)
rescue Interrupt
exit 0
rescue Exception => e
Expand Down
2 changes: 1 addition & 1 deletion lib/slackware/utils.rb
Expand Up @@ -217,7 +217,7 @@ def print_package_file_list(pkgs)

# search Array of Slackware::Package's for files
# and print the items found
def print_package_searched_files(pkgs, files)
def print_package_searched_files(files)
found_files = []
files.each {|file|
found_files += Slackware::System.owns_file(file)
Expand Down

0 comments on commit debc501

Please sign in to comment.