Displaying 2 results from an estimated 2 matches for "find_directori".
Did you mean:
find_directory
2010 Mar 26
1
openssh directories on Haiku
First off, I'd like to say thanks for applying the patch we recently
submitted on the bug tracker to allow openssh to build on Haiku.
In our current port of openssh for Haiku it's creating a directory
~/.ssh, we'd like to have this moved to ~/config/settings/ssh (without
a dot in front of ssh). Haiku (and BeOS before that) has a function
available to determine the location of a
2008 Jul 03
0
Error on Autotest start
.../ZenTest-3.10.0/lib/autotest.rb:136:in `run''
from /Library/Ruby/Gems/1.8/gems/ZenTest-3.10.0/bin/autotest:55
from /usr/bin/autotest:19:in `load''
from /usr/bin/autotest:19
Here is the failing code:
def find_files
result = {}
targets = self.find_directories + self.extra_files
self.find_order.clear
targets.each do |target|
order = []
Find.find(target) do |f|
Find.prune if f =~ self.exceptions
next if test ?d, f
next if f =~ /(swp|~|rej|orig)$/ # temporary/patch files
next if f =~ /\/\.?#/...