From 86370067ff6b631e6b84c414b56363df4d6d4a54 Mon Sep 17 00:00:00 2001 From: onefang Date: Fri, 3 Sep 2021 00:58:23 +1000 Subject: Clean up. --- src/sledjchisl/sledjchisl.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/sledjchisl/sledjchisl.c') diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 4c1022d..fb4eb96 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c @@ -2025,9 +2025,6 @@ static void copyOpenSim(char *t) // TODO - have to make sure it's all owned by opensimsc. if (shellMeFail("cd %s; cp -al %s/current/* -t %s ", scRoot, scRoot, t)) C("Failed to cp!"); if (shellMeFail("cd %s; cp -al %s/current/.??* -t %s ", scRoot, scRoot, t)) C("Failed to cp!"); -// if (shellMeFail("cd %s; cp -al %s/current/.git* -t %s ", scRoot, scRoot, t)) C("Failed to cp!"); -// if (shellMeFail("cd %s; cp -al %s/current/.nant -t %s ", scRoot, scRoot, t)) C("Failed to cp!"); -// if (shellMeFail("cd %s; cp -al %s/current/.hgignore -t %s ", scRoot, scRoot, t)) C("Failed to cp!"); } static void runTests(char *tests[], char *title, char* file) -- cgit v1.1