From 989511e70c8cb30b04104cc1a3d0b8b778480f0d Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 31 Aug 2021 21:49:51 +1000 Subject: Don't bother creating the wrong directory that the fllowing comment says git will create for us. --- src/sledjchisl/sledjchisl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index f962572..4aeea41 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c @@ -2311,7 +2311,6 @@ byTab has the short name as the key, simData as the value. } else { - qfile_mkdir(gar, S_IRWXU | S_IRGRP | S_IXGRP, true); // git will create gar for us. if (shellMeFail("cd %s; git init --quiet %s >>%s", dir, gar, gerr)) E("Failed to git init %s/%s!", dir, gar); -- cgit v1.1