*** empty log message ***

This commit is contained in:
thomas 2005-09-04 14:45:00 +00:00
parent e058d09f8d
commit 94d855f86f
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ PKG_FILES.add %w{ lib/**/*.rb }
def clobberFromCvsIgnore(path) def clobberFromCvsIgnore(path)
CLOBBER.add File.readlines(path+'/.cvsignore').map { CLOBBER.add File.readlines(path+'/.cvsignore').map {
|f| File.join(path, f.chomp) |f| File.join(path, f.chomp)
} } rescue StandardError
end end
clobberFromCvsIgnore '.' clobberFromCvsIgnore '.'