From 3f2d0ab5b68e7ca4407c912696e2c8bf1b015100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Wed, 26 Mar 2014 12:11:19 +0100 Subject: [PATCH] bug fix --- hardware/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/Rakefile b/hardware/Rakefile index bdde037..4f014a1 100644 --- a/hardware/Rakefile +++ b/hardware/Rakefile @@ -147,7 +147,7 @@ def bom2(schematic, attributes) end return to_return end -CLEAN.include("attribs",[:force]) +CLEAN.include("attribs") if File.exist? "attribs" # =============== # file generation