From d6950c400e03ae9e3b16e0fa48ea8fa454c61680 Mon Sep 17 00:00:00 2001
From: Ralf Mueller <ralf.mueller@mpimet.mpg.de>
Date: Fri, 20 Jul 2018 14:22:42 +0200
Subject: [PATCH] update new Rakefile

---
 Rakefile.new | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/Rakefile.new b/Rakefile.new
index 4a0aabd20..9abc4a066 100644
--- a/Rakefile.new
+++ b/Rakefile.new
@@ -1,4 +1,4 @@
-load '/home/ram/src/andAllTheRestOfIt/building/CdoCdi.rake'
+require '~/.rake/CdoCdi'
 class CdoBuild < CdoCdiBuild
   def generateTasks
     super
@@ -11,11 +11,10 @@ class CdoBuild < CdoCdiBuild
     @help[:checkV] = 'run "cdo -V" to x-check the build'
     @builders.each {|builder|
       task "#{builder.name}_checkV".to_sym => ["#{builder.name}_make".to_sym] do |t|
-        CommandExecution.execute("./src/cdo -V'",builder)
+        CommandExecution.execute("./src/cdo -V",builder)
       end
     }
   end
 end
-
-build = CdoBuild.new(@rc)
+build = CdoBuild.new
 build.generateTasks
-- 
GitLab