GitRepo.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 13:49:23 +0000 (21:49 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 13:49:23 +0000 (21:49 +0800)
GitRepo.vala

index a50537d..459f72b 100644 (file)
@@ -210,7 +210,7 @@ public class GitRepo : Object
             print(  string.joinv (", ", args)); 
         }
         
-        env +=  ("HOME=" + Environment.get_home_dir() );
+        env +=  "HOME=" + Environment.get_home_dir() ;
         // do not need to set gitpath..
         //if (File.exists(this.repo + '/.git/config')) {
             //env.push("GITPATH=" + this.repo );