From 94d855f86f1829a4edfd93ec89d79e85ef9b5a55 Mon Sep 17 00:00:00 2001 From: thomas Date: Sun, 4 Sep 2005 14:45:00 +0000 Subject: [PATCH] *** empty log message *** --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index edc2ccb..7ede640 100755 --- a/Rakefile +++ b/Rakefile @@ -24,7 +24,7 @@ PKG_FILES.add %w{ lib/**/*.rb } def clobberFromCvsIgnore(path) CLOBBER.add File.readlines(path+'/.cvsignore').map { |f| File.join(path, f.chomp) - } + } rescue StandardError end clobberFromCvsIgnore '.'