Merge branch 'gather-ssh-cleanup' of https://github.com/jlee-r7/metasploit-framework into jlee-r7-gather-ssh-cleanup

unstable
sinn3r 2012-06-20 12:07:23 -05:00
commit 5a5166c90b
1 changed files with 1 additions and 1 deletions

View File

@ -68,9 +68,9 @@ module Unix
end
user_dirs.flatten!
user_dirs.compact!
user_dirs.sort!
user_dirs.uniq!
user_dirs.compact!
user_dirs
end